DBusObjectProxy#
Added in version 2.30.
Superclasses: Object
Implemented Interfaces: 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#
- class DBusObjectProxy
- classmethod new(connection: DBusConnection, object_path: str) DBusObjectProxy#
Creates a new
DBusObjectProxyfor the given connection and object path.Added in version 2.30.
- Parameters:
connection – a
DBusConnectionobject_path – the object path
Methods#
- class DBusObjectProxy
- get_connection() DBusConnection#
Gets the connection that
proxyis for.Added in version 2.30.
Properties#
- class DBusObjectProxy
- props.g_connection: DBusConnection#
The type of the None singleton.
Added in version 2.30.