Data Fields | |
GList * | head |
Head of FIFO, where data is prepended. | |
GList * | tail |
Tail of FIFO, where data is removed from. | |
gint | count |
Amount of entries in FIFO. |
|
Amount of entries in FIFO.
|
|
Head of FIFO, where data is prepended.
|
|
Tail of FIFO, where data is removed from.
|