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
- Credentials of a process connected to a bus server.
- Proxy for the
org.freedesktop.DBusinterface. - A
InterfacesAddedsignal. InterfacesAddedsignal arguments.- A
Streamimplementation that yieldsInterfacesAddedsignals. - A
InterfacesRemovedsignal. InterfacesRemovedsignal arguments.- A
Streamimplementation that yieldsInterfacesRemovedsignals. - Proxy for the
org.freedesktop.DBus.Introspectableinterface. - Proxy for the
org.freedesktop.DBus.Monitoringinterface. - A
NameAcquiredsignal. NameAcquiredsignal arguments.- A
Streamimplementation that yieldsNameAcquiredsignals. - A
NameLostsignal. NameLostsignal arguments.- A
NameOwnerChangedsignal. NameOwnerChangedsignal arguments.- A
Streamimplementation that yieldsNameOwnerChangedsignals. - Service-side Object Manager interface implementation.
- Proxy for the
org.freedesktop.DBus.ObjectManagerinterface. - Proxy for the
org.freedesktop.DBus.Peerinterface. - Server-side implementation for the
org.freedesktop.DBus.Propertiesinterface. This interface is implemented automatically for any object registered to the ObjectServer. - A
PropertiesChangedsignal. PropertiesChangedsignal arguments.- A
Streamimplementation that yieldsPropertiesChangedsignals. - Proxy for the
org.freedesktop.DBus.Propertiesinterface. - Proxy for the
org.freedesktop.DBus.Statsinterface.
Enums
- The return code of the
release_namemethod. - The flags used by the bus
request_namemethod. - The return code of the
request_namemethod.
Type Definitions
- The type returned by the
ObjectManagerProxy::get_managed_objectsmethod. - Alias for a
Resultwith the error typezbus::fdo::Error.