Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gqueue.h>
Data Fields | |
GList * | head |
GList * | tail |
guint | length |
GQueue: @head: a pointer to the first element of the queue @tail: a pointer to the last element of the queue @length: the number of elements in the queue
Contains the public fields of a [Queue][glib-Double-ended-Queues].