D-Bus  1.4.10
Data Fields
DBusList Struct Reference

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

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().

Previous list node.

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

Referenced by _dbus_list_unlink().


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