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.


Field Documentation

Previous list node.

Definition at line 36 of file dbus-list.h.

Referenced by _dbus_list_unlink().

Next list node.

Definition at line 37 of file dbus-list.h.

Referenced by _dbus_list_append(), _dbus_list_append_link(), and _dbus_list_unlink().


The documentation for this struct was generated from the following file:

Generated on Wed May 13 13:46:38 2009 for D-Bus by  doxygen 1.5.6