Method
GLibQueuepush_head_link
Declaration [src]
void
g_queue_push_head_link (
GQueue* queue,
GList* link_
)
Description [src]
Adds a new element at the head of the queue.
This method is not directly available to language bindings.