| D-Bus
    1.12.16
    | 
| Data Fields | |
| DBusList * | prev | 
| Previous list node. | |
| DBusList * | next | 
| Next list node. | |
| void * | data | 
| Data stored at this element. | |
A node in a linked list.
DBusList is a circular list; that is, the tail of the list points back to the head of the list. The empty list is represented by a NULL pointer.
Definition at line 34 of file dbus-list.h.
 1.8.17
 1.8.17