Gio.DBusObjectProxy¶
class — extends GObject.Object, DBusObject
A GDBusObjectProxy is an object used to represent a remote object
with one or more D-Bus interfaces. Normally, you don’t instantiate
a GDBusObjectProxy yourself — typically DBusObjectManagerClient
is used to obtain it.
Constructors¶
new¶
Creates a new DBusObjectProxy for the given connection and
object path.
Parameters:
connection— aDBusConnectionobject_path— the object path
Methods¶
get_connection¶
Gets the connection that proxy is for.
Properties¶
g_connection¶
The connection of the proxy.
g_object_path¶
The object path of the proxy.