D-Bus 1.14.10
|
Object representing an exception. More...
#include <dbus-errors.h>
Data Fields | |
const char * | name |
public error name field More... | |
const char * | message |
public error message field More... | |
unsigned int | dummy1: 1 |
placeholder More... | |
unsigned int | dummy2: 1 |
placeholder More... | |
unsigned int | dummy3: 1 |
placeholder More... | |
unsigned int | dummy4: 1 |
placeholder More... | |
unsigned int | dummy5: 1 |
placeholder More... | |
void * | padding1 |
placeholder More... | |
Object representing an exception.
Definition at line 48 of file dbus-errors.h.
unsigned int DBusError::dummy1 |
placeholder
Definition at line 53 of file dbus-errors.h.
unsigned int DBusError::dummy2 |
placeholder
Definition at line 54 of file dbus-errors.h.
unsigned int DBusError::dummy3 |
placeholder
Definition at line 55 of file dbus-errors.h.
unsigned int DBusError::dummy4 |
placeholder
Definition at line 56 of file dbus-errors.h.
unsigned int DBusError::dummy5 |
placeholder
Definition at line 57 of file dbus-errors.h.
const char* DBusError::message |
public error message field
Definition at line 51 of file dbus-errors.h.
Referenced by _dbus_generate_uuid(), _dbus_read_local_machine_uuid(), dbus_error_has_name(), dbus_error_is_set(), dbus_get_local_machine_id(), and dbus_set_error_const().
const char* DBusError::name |
public error name field
Definition at line 50 of file dbus-errors.h.
Referenced by _dbus_generate_uuid(), _dbus_read_local_machine_uuid(), dbus_error_has_name(), dbus_error_is_set(), and dbus_set_error_const().
void* DBusError::padding1 |
placeholder
Definition at line 59 of file dbus-errors.h.