Main Page | Modules | Data Structures | Directories | File List | Data Fields | Related Pages

DBusList Struct Reference
[Linked list]

A node in a linked list. More...


Data Fields

DBusListprev
 Previous list node.
DBusListnext
 Next list node.
void * data
 Data stored at this element.


Detailed Description

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 35 of file dbus-list.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 20 14:16:43 2005 for D-BUS by  doxygen 1.4.2