new
Asynchronously creates a new #GDBusObjectManagerClient object.
This is an asynchronous failable constructor. When the result is ready, @callback will be invoked in the g-main-context-push-thread-default of the thread you are calling this method from. You can then call g_dbus_object_manager_client_new_finish() to get the result. See g_dbus_object_manager_client_new_sync() for the synchronous version.
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).
The object path of the control object.
A #GDBusProxyTypeFunc function or null to always construct #GDBusProxy proxies.
A #GCancellable or null
A #GAsyncReadyCallback to call when the request is satisfied.