D-Bus 1.15.12
|
Block of message-bus-related data we attach to each DBusConnection used with these convenience functions. More...
Data Fields | |
DBusConnection * | connection |
Connection we're associated with. | |
char * | unique_name |
Unique name of this connection. | |
unsigned int | is_well_known: 1 |
Is one of the well-known connections in our global array. | |
Block of message-bus-related data we attach to each DBusConnection used with these convenience functions.
Definition at line 79 of file dbus-bus.c.
DBusConnection* BusData::connection |
Connection we're associated with.
Definition at line 81 of file dbus-bus.c.
unsigned int BusData::is_well_known |
Is one of the well-known connections in our global array.
Definition at line 84 of file dbus-bus.c.
char* BusData::unique_name |
Unique name of this connection.
Definition at line 82 of file dbus-bus.c.
Referenced by dbus_bus_get_unique_name(), dbus_bus_register(), and dbus_bus_set_unique_name().