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§
- Connection
Credentials - Credentials of a process connected to a bus server.
- DBus
Proxy - Proxy for the
org.freedesktop.DBusinterface. - Name
Acquired - A
NameAcquiredsignal. - Name
Acquired Args NameAcquiredsignal arguments.- Name
Acquired Stream - A
Streamimplementation that yieldsNameAcquiredsignals. - Name
Lost - A
NameLostsignal. - Name
Lost Args NameLostsignal arguments.- Name
Lost Stream - A
Streamimplementation that yieldsNameLostsignals. - Name
Owner Changed - A
NameOwnerChangedsignal. - Name
Owner Changed Args NameOwnerChangedsignal arguments.- Name
Owner Changed Stream - A
Streamimplementation that yieldsNameOwnerChangedsignals.
Enums§
- Release
Name Reply - The return code of the
DBusProxy::release_namemethod. - Request
Name Flags - The flags used by the
DBusProxy::request_namemethod. - Request
Name Reply - The return code of the
DBusProxy::request_namemethod. - Start
Service Reply - The return code of the
DBusProxy::start_service_by_namemethod.