Go to the documentation of this file.
25 #ifndef __DBUSXX_INTERNALERROR_H
26 #define __DBUSXX_INTERNALERROR_H
34 #include <dbus/dbus.h>
45 dbus_error_init(&error);
50 dbus_error_init(&error);
51 dbus_move_error(e, &error);
56 dbus_error_init(&error);
57 dbus_move_error(
const_cast<DBusError *
>(&(ie.
error)), &error);
62 dbus_error_free(&error);
65 operator DBusError *()
72 return dbus_error_is_set(&error);
78 #endif//__DBUSXX_INTERNALERROR_H
InternalError(const InternalError &ie)
InternalError(DBusError *e)