Expand description
The object server API.
Structs§
- Opaque structure that derefs to an
Interfacetype. - Opaque structure that mutably derefs to an
Interfacetype. - Wrapper over an interface, along with its corresponding
SignalEmitterinstance. A reference to the underlying interface may be obtained viaInterfaceRef::getandInterfaceRef::get_mut. - An object server, holding server-side D-Bus objects & interfaces.
- A response wrapper that notifies after the response has been sent.
- A signal emitter.
Enums§
- A helper type returned by
Interfacecallbacks.
Traits§
- This trait is used to dispatch messages to an interface instance.
Type Aliases§
- Signal
Context Deprecated