Searched hist:a6fd08eb625ae3c6a878f527270a9d384d1b04d2 (Results 1 – 4 of 4) sorted by relevance
/qemu/include/qobject/ |
H A D | qlist.h | a6fd08eb625ae3c6a878f527270a9d384d1b04d2 Wed Oct 07 16:41:48 UTC 2009 Luiz Capitulino <lcapitulino@redhat.com> 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
Patchworks-ID: 35334 Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | qobject.h | a6fd08eb625ae3c6a878f527270a9d384d1b04d2 Wed Oct 07 16:41:48 UTC 2009 Luiz Capitulino <lcapitulino@redhat.com> 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
Patchworks-ID: 35334 Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
/qemu/qobject/ |
H A D | qlist.c | a6fd08eb625ae3c6a878f527270a9d384d1b04d2 Wed Oct 07 16:41:48 UTC 2009 Luiz Capitulino <lcapitulino@redhat.com> 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
Patchworks-ID: 35334 Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
/qemu/ |
H A D | Makefile | a6fd08eb625ae3c6a878f527270a9d384d1b04d2 Wed Oct 07 16:41:48 UTC 2009 Luiz Capitulino <lcapitulino@redhat.com> 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
Patchworks-ID: 35334 Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|