Expand description
D-Bus standard interfaces.
The D-Bus specification defines the message bus messages and some standard interfaces that may be useful across various D-Bus applications. This module provides their proxy.
Structs§
- Interfaces
Added - A
InterfacesAddedsignal. - Interfaces
Added Args InterfacesAddedsignal arguments.- Interfaces
Added Stream - A
Streamimplementation that yieldsInterfacesAddedsignals. - Interfaces
Removed - A
InterfacesRemovedsignal. - Interfaces
Removed Args InterfacesRemovedsignal arguments.- Interfaces
Removed Stream - A
Streamimplementation that yieldsInterfacesRemovedsignals. - Object
Manager - Service-side Object Manager interface implementation.
- Object
Manager Proxy - Proxy for the
org.freedesktop.DBus.ObjectManagerinterface.
Traits§
- Object
Manager Signals - Trait providing all signal emission methods for
ObjectManager.
Type Aliases§
- Managed
Objects - The type returned by the
ObjectManagerProxy::get_managed_objectsmethod.