Classes | |
class | MethodResultBuilder |
An interface used to set a result to a method call. More... | |
class | AsyncMethodCallResult |
An interface used to get result from async response. More... | |
class | DbusConnection |
Dbus connection. More... | |
struct | DbusException |
Base class for dbus exceptions. More... | |
struct | DbusIOException |
Dbus IO exception (connection failed, connection lost, etc) More... | |
struct | DbusOperationException |
Dbus operation failed exception. More... | |
struct | DbusCustomException |
Dbus custom exception triggered by user logic. More... | |
struct | DbusInvalidArgumentException |
Dbus invalid argument exception. More... | |
Typedefs | |
typedef std::unique_ptr < GVariant, void(*)(GVariant *)> | GVariantPtr |
typedef std::unique_ptr<GVariant, void(*)(GVariant*)> dbus::GVariantPtr |