Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GQueue Struct Reference

#include <gqueue.h>

Data Fields

GListhead
 
GListtail
 
guint length
 

Detailed Description

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

Definition at line 49 of file gqueue.h.

Field Documentation

◆ head

GList* _GQueue::head

Definition at line 51 of file gqueue.h.

◆ length

guint _GQueue::length

Definition at line 53 of file gqueue.h.

◆ tail

GList* _GQueue::tail

Definition at line 52 of file gqueue.h.


The documentation for this struct was generated from the following file: