glib.ProxyObject

class dbus_fast.glib.ProxyObject(bus_name: str, path: str, introspection: Union[Node, str, Element], bus: BaseMessageBus)

Bases: BaseProxyObject

The proxy object implementation for the asyncio MessageBus.

For more information, see the BaseProxyObject.

get_children() List[ProxyObject]

Get the child nodes of this proxy object according to the introspection data.

get_interface(name: str) ProxyInterface

Get an interface exported on this proxy object and connect it to the bus.

Parameters

name (str) – The name of the interface to retrieve.

Raises