Creates a new DBusObjectManagerClient object.
This is a synchronous failable constructor - the calling thread is blocked until a reply is received. See @new for the asynchronous version.
connection | |
flags |
Zero or more flags from the DBusObjectManagerClientFlags enumeration. |
name |
The owner of the control object (unique or well-known name), or null when not using a message bus connection. |
object_path |
The object path of the control object. |
get_proxy_type_func |
A DBusProxyTypeFunc function or null to always construct DBusProxy proxies. |
cancellable |
A Cancellable or null |
get_proxy_type_destroy_notify |
Free function for |
get_proxy_type_user_data |
User data to pass to |
A DBusObjectManagerClient object or null if throws is set. Free with unref. |