A GBusType
Flags used when constructing the proxy.
A gio.DBusInterfaceInfo specifying the minimal interface that proxy conforms to or NULL.
A bus name (well-known or unique).
An object path.
A D-Bus interface name.
A gio.Cancellable or NULL.
Callback function to invoke when the proxy is ready.
User data to pass to callback.
2.26
Like g_dbus_proxy_new() but takes a GBusType instead of a gio.DBusConnection
gio.DBusProxy is used in this example[gdbus-wellknown-proxy].