-
Luiz Capitulino authored
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 Patchworks-ID: 35334 Signed-off-by:
Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>Luiz Capitulino authoredQList 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 Patchworks-ID: 35334 Signed-off-by:
Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
Loading