Function

GLibQueuenew

Declaration

GQueue*
g_queue_new (
  void
)

Description

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.