Constructor
GioDBusObjectManagerClientnew_finish
Declaration
GDBusObjectManager*
g_dbus_object_manager_client_new_finish (
GAsyncResult* res,
GError** error
)
Description
Finishes an operation started with g_dbus_object_manager_client_new().
Available since: | 2.30 |
Parameters
res
-
Type:
GAsyncResult
A
GAsyncResult
obtained from theGAsyncReadyCallback
passed to g_dbus_object_manager_client_new().The data is owned by the caller of the function. error
-
Type:
GError **
The return location for an error.
The argument can be NULL
.The argument will be set to NULL
by the function if there are no errors.In case of error, the argument will be set and the caller will take ownership of the data, and be responsible for freeing it.
Return value
Type: GDBusObjectManagerClient
A
GDBusObjectManagerClient
object or NULL
if error
is set. Free
with g_object_unref().
The caller of the function takes ownership of the data, and is responsible for freeing it. |