DBusObjectProxy#

Added in version 2.30.

class DBusObjectProxy(**properties: Any)#

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:

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 type of the None singleton.

Added in version 2.30.

props.g_object_path: str#

The type of the None singleton.

Added in version 2.30.

Fields#

class DBusObjectProxy
parent_instance#
priv#