Function
GLibQueuenew
Declaration [src]
GQueue*
g_queue_new (
void
)
Description [src]
Creates a new GQueue
.
This function is not directly available to language bindings.
Return value
Type: GQueue
A newly allocated GQueue
.
The data is owned by the called function. |