D-Bus 1.15.12
|
Object representing an exception. More...
#include <dbus-errors.h>
Data Fields | |
const char * | name |
public error name field | |
const char * | message |
public error message field | |
unsigned int | dummy1: 1 |
placeholder | |
unsigned int | dummy2: 1 |
placeholder | |
unsigned int | dummy3: 1 |
placeholder | |
unsigned int | dummy4: 1 |
placeholder | |
unsigned int | dummy5: 1 |
placeholder | |
void * | padding1 |
placeholder | |
Object representing an exception.
Definition at line 50 of file dbus-errors.h.
unsigned int DBusError::dummy1 |
placeholder
Definition at line 55 of file dbus-errors.h.
unsigned int DBusError::dummy2 |
placeholder
Definition at line 56 of file dbus-errors.h.
unsigned int DBusError::dummy3 |
placeholder
Definition at line 57 of file dbus-errors.h.
unsigned int DBusError::dummy4 |
placeholder
Definition at line 58 of file dbus-errors.h.
unsigned int DBusError::dummy5 |
placeholder
Definition at line 59 of file dbus-errors.h.
const char* DBusError::message |
public error message field
Definition at line 53 of file dbus-errors.h.
Referenced by _dbus_become_daemon(), _dbus_generate_uuid(), _dbus_keyring_new_for_credentials(), _dbus_read_local_machine_uuid(), _dbus_resolve_pid_fd(), dbus_connection_register_fallback(), dbus_connection_register_object_path(), 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 52 of file dbus-errors.h.
Referenced by _dbus_generate_uuid(), _dbus_read_local_machine_uuid(), _dbus_resolve_pid_fd(), dbus_error_has_name(), dbus_error_is_set(), and dbus_set_error_const().
void* DBusError::padding1 |
placeholder
Definition at line 61 of file dbus-errors.h.