Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dbus Namespace Reference

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 Documentation

typedef std::unique_ptr<GVariant, void(*)(GVariant*)> dbus::GVariantPtr