Main Page   Modules   Data Structures   File List   Data Fields   Related Pages  

DBusList Struct Reference
[Linked list]

A node in a linked list. More...


Data Fields

DBusList * prev
 Previous list node.

DBusList * next
 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 files:
Generated on Wed Jun 9 05:01:27 2004 for D-BUS by doxygen1.2.15