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 _getGType() static nothrow
GType _gType() @property nothrow
DBusObjectProxy self() nothrowReturns `this`, for use in `with` statements.
DBusObjectProxyGidBuilder builder() static nothrowGet builder for [gio.dbus_object_proxy.DBusObjectProxy] Returns: New builder object
gio.dbus_connection.DBusConnection gConnection() @property nothrowGet `gConnection` property. Returns: The connection of the proxy.
string gObjectPath() @property nothrowGet `gObjectPath` property. Returns: The object path of the proxy.
gio.dbus_connection.DBusConnection getConnection() nothrowGets 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.

Fluent builder implementation template for gio.dbus_object_proxy.DBusObjectProxy

Methods
T gConnection(gio.dbus_connection.DBusConnection propval) nothrowSet `gConnection` property. Params: propval = The connection of the proxy. Returns: Builder instance for fluent chaining
T gObjectPath(string propval) nothrowSet `gObjectPath` property. Params: propval = The object path of the proxy. Returns: Builder instance for fluent chaining
Methods
DBusObjectProxy build() nothrowCreate object from builder. Returns: New object