D-Bus 1.14.10
|
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. More... | |
char * | unique_name |
Unique name of this connection. More... | |
unsigned int | is_well_known: 1 |
Is one of the well-known connections in our global array. More... | |
Block of message-bus-related data we attach to each DBusConnection used with these convenience functions.
Definition at line 77 of file dbus-bus.c.
DBusConnection* BusData::connection |
Connection we're associated with.
Definition at line 79 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 82 of file dbus-bus.c.
char* BusData::unique_name |
Unique name of this connection.
Definition at line 80 of file dbus-bus.c.