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

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