DBusMethodInvocation.returnValueWithUnixFdList

Like g_dbus_method_invocation_return_value() but also takes a gio.UnixFDList

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 Variant

A glib.Variant tuple with out parameters for the method or NULL if not passing any parameters.

fdList UnixFDList

A gio.UnixFDList or NULL.

Meta

Since

2.30