Method

GLibQueueget_length

since: 2.4

Declaration [src]

guint
g_queue_get_length (
  GQueue* queue
)

Description [src]

Returns the number of items in queue.

Available since: 2.4

Return value

Type: guint

The number of items in queue.