Method
GioDBusMethodInvocationreturn_value_with_unix_fd_list
since: 2.30
Declaration [src]
void
g_dbus_method_invocation_return_value_with_unix_fd_list (
  GDBusMethodInvocation* invocation,
  GVariant* parameters,
  GUnixFDList* fd_list
)
Description [src]
Like g_dbus_method_invocation_return_value() but also takes a GUnixFDList.
This method is only available on UNIX.
This method will take ownership of invocation. See
GDBusInterfaceVTable for more information about the ownership of
invocation.
Available since: 2.30
Parameters
- invocation
- 
            Type: GDBusMethodInvocationA GDBusMethodInvocation.The instance takes ownership of the data, and is responsible for freeing it. 
- parameters
- 
            Type: GVariantA GVarianttuple with out parameters for the method orNULLif not passing any parameters.The argument can be NULL.The data is owned by the caller of the method. 
- fd_list
- 
            Type: GUnixFDListA GUnixFDListorNULL.The argument can be NULL.The data is owned by the caller of the method.