DBusMethodInvocation.returnValueWithUnixFdList

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.

class DBusMethodInvocation
void
returnValueWithUnixFdList

Parameters

parameters glib.variant.VariantG

A #GVariant tuple with out parameters for the method or null if not passing any parameters.

fdList gio.unix_fdlist.UnixFDList

A #GUnixFDList or null.