#include "utility.h"
#include "error.h"
#include "connection.h"
Namespaces | |
namespace | DBus |
Functions | |
void | DBus::init (bool threadsafe=true) |
Initializes the dbus-cxx library. | |
bool | DBus::initialized () |
Get the initialization state of the dbus-cxx library. | |
Variables | |
pthread_mutex_t | DBus::init_mutex = PTHREAD_MUTEX_INITIALIZER |
mutex to lock when initializing | |
bool | DBus::initialized_var = false |