Expand description
The client-side proxy API.
Structs§
- Builder
- Builder for proxies.
- Owner
Changed Iterator - An
std::iter::Iterator
implementation that yields owner change notifications. - Property
Changed - A property changed event.
- Property
Iterator - An
std::iter::Iterator
implementation that yields property change notifications. - Proxy
- A blocking wrapper of
crate::Proxy
. - Signal
Iterator - An
std::iter::Iterator
implementation that yields signal messages.
Traits§
- Proxy
Impl - This trait is implemented by all blocking proxies, which are generated with the
dbus_proxy
macro.