DBusMethodInvocation.returnValueWithUnixFdList
void returnValueWithUnixFdList(glib.variant.Variant parameters = null, gio.unix_fdlist.UnixFDList fdList = null)Like [gio.dbus_method_invocation.DBusMethodInvocation.returnValue] 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.
Parameters
parameters | A #GVariant tuple with out parameters for the method or null if not passing any parameters. |
fdList | A #GUnixFDList or null. |