gio.dbus_object_proxy

Module for [DBusObjectProxy] class

Types 3

A [gio.dbus_object_proxy.DBusObjectProxy] is an object used to represent a remote object with one or more D-Bus interfaces. Normally, you don’t instantiate a [gio.dbus_object_proxy.DBusObjectProxy] yourself — typically [gio.dbus_object_manager_client.DBusObjectManagerClient] is used to obtain it.

Methods
GType _gType() @property
DBusObjectProxy self()Returns `this`, for use in `with` statements.
DBusObjectProxyGidBuilder builder()Get builder for [gio.dbusobjectproxy.DBusObjectProxy] Returns: New builder object
gio.dbus_connection.DBusConnection gConnection() @propertyGet `gConnection` property. Returns: The connection of the proxy.
string gObjectPath() @propertyGet `gObjectPath` property. Returns: The object path of the proxy.
gio.dbus_connection.DBusConnection getConnection()Gets the connection that proxy is for. Returns: A #GDBusConnection. Do not free, the object is owned by proxy.
Constructors
this(void * ptr, Flag!"Take" take)
this(gio.dbus_connection.DBusConnection connection, string objectPath)Creates a new #GDBusObjectProxy for the given connection and object path.
Methods
T gConnection(gio.dbus_connection.DBusConnection propval)Set `gConnection` property. Params: propval = The connection of the proxy. Returns: Builder instance for fluent chaining
T gObjectPath(string propval)Set `gObjectPath` property. Params: propval = The object path of the proxy. Returns: Builder instance for fluent chaining

Fluent builder for [gio.dbus_object_proxy.DBusObjectProxy]