Like DBusObjectManagerClient.sync but takes a BusType instead of a DBusConnection.
This is a synchronous failable constructor - the calling thread is blocked until a reply is received. See new_for_bus for the asynchronous version.
bus_type |
A BusType. |
flags |
Zero or more flags from the DBusObjectManagerClientFlags enumeration. |
name |
The owner of the control object (unique or well-known name). |
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. |