Statistics
| Branch: | Revision:

root / qlist.c @ 1cd3af54

History | View | Annotate | Download (2.1 kB)

# 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...