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


The documentation for this struct was generated from the following file:
Generated on Tue Apr 15 15:54:13 2008 for D-Bus by  doxygen 1.5.1