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. [allow-none]
User data to pass to get_proxy_type_func.
Free function for get_proxy_type_user_data or NULL. [allow-none]
A GCancellable or NULL. [allow-none]
A GAsyncReadyCallback to call when the request is satisfied.
The data to pass to callback.
Like g_dbus_object_manager_client_new() but takes a GBusType instead of a GDBusConnection. This is an asynchronous failable constructor. When the result is ready, callback will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call g_dbus_object_manager_client_new_for_bus_finish() to get the result. See g_dbus_object_manager_client_new_for_bus_sync() for the synchronous version. Since 2.30