Statistics
| Branch: | Revision:

root / qlist.h @ 2a424990

History | View | Annotate | Download (877 Bytes)

# Date Author Comment
a6fd08eb 10/09/2009 05:17 am Luiz Capitulino

Introduce QList

QList is a high-level data type that can be used to store QObjects
in a singly-linked list.

The following functions are available:

- qlist_new() Create a new QList
- qlist_append() Append a QObject to the list
- qlist_iter() Iterate over stored QObjects...