Method
GioDBusProxycall_with_unix_fd_list_finish
Declaration
GVariant*
g_dbus_proxy_call_with_unix_fd_list_finish (
GDBusProxy* proxy,
GUnixFDList** out_fd_list,
GAsyncResult* res,
GError** error
)
Description
Finishes an operation started with g_dbus_proxy_call_with_unix_fd_list().
Available since: | 2.30 |
Parameters
out_fd_list
-
Type:
GUnixFDList
Return location for a
GUnixFDList
orNULL
.The argument will be set by the function. The argument can be NULL
.The instance takes ownership of the data, and is responsible for freeing it. res
-
Type:
GAsyncResult
A
GAsyncResult
obtained from theGAsyncReadyCallback
passed to g_dbus_proxy_call_with_unix_fd_list().The data is owned by the caller of the function. error
-
Type:
GError **
The return location for a
GError*
, orNULL
.
Return value
Type: GVariant
NULL
if error
is set. Otherwise a GVariant
tuple with
return values. Free with g_variant_unref().
The caller of the method takes ownership of the data, and is responsible for freeing it. |