DBusObjectManagerClient
Finishes an operation started with g_dbus_object_manager_client_new().
Return
A #GDBusObjectManagerClient object or null if @error is set. Free with g_object_unref().
Since
2.30
Parameters
A #GAsyncResult obtained from the #GAsyncReadyCallback passed to g_dbus_object_manager_client_new().
Like g_dbus_object_manager_client_new_sync() but takes a #GBusType instead of a #GDBusConnection.
This is a synchronous failable constructor - the calling thread is blocked until a reply is received. See g_dbus_object_manager_client_new_for_bus() for the asynchronous version.
Return
A #GDBusObjectManagerClient object or null if @error is set. Free with g_object_unref().
Since
2.30
Parameters
A #GBusType.
Zero or more flags from the #GDBusObjectManagerClientFlags enumeration.
The owner of the control object (unique or well-known name).
The object path of the control object.
A #GDBusProxyTypeFunc function or null to always construct #GDBusProxy proxies.
A #GCancellable or null
Creates a new #GDBusObjectManagerClient object.
This is a synchronous failable constructor - the calling thread is blocked until a reply is received. See g_dbus_object_manager_client_new() for the asynchronous version.
Return
A #GDBusObjectManagerClient object or null if @error is set. Free with g_object_unref().
Since
2.30
Parameters
A #GDBusConnection.
Zero or more flags from the #GDBusObjectManagerClientFlags enumeration.
The owner of the control object (unique or well-known name), or null when not using a message bus connection.
The object path of the control object.
A #GDBusProxyTypeFunc function or null to always construct #GDBusProxy proxies.
A #GCancellable or null