Data Fields | |
| DBusList * | prev | 
| Previous list node.  | |
| DBusList * | next | 
| Next list node.  | |
| void * | data | 
| Data stored at this element.  | |
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.5.1