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
DBusObjectProxy
for the given connection and object path.Added in version 2.30.
- Parameters:
connection – a
DBusConnection
object_path – the object path
Methods
- class DBusObjectProxy
- get_connection() DBusConnection
Gets the connection that
proxy
is for.Added in version 2.30.
Properties
- class DBusObjectProxy
- props.g_connection: DBusConnection
The connection of the proxy.
Added in version 2.30.