DBusProxy.callWithUnixFdListFinish

Finishes an operation started with g_dbus_proxy_call_with_unix_fd_list(). Since 2.30

class DBusProxy
callWithUnixFdListFinish

Parameters

outFdList UnixFDList

Return location for a GUnixFDList or NULL. out[allow-none]

res AsyncResultIF

A GAsyncResult obtained from the GAsyncReadyCallback passed to g_dbus_proxy_call_with_unix_fd_list().

Return Value

Type: Variant

NULL if error is set. Otherwise a GVariant tuple with return values. Free with g_variant_unref().

Throws

GException on failure.

Meta