Method

GLibQueueget_length

since: 2.4

Declaration

guint
g_queue_get_length (
  GQueue* queue
)

Description

Returns the number of items in queue.

Available since: 2.4

Return value

Type: guint

The number of items in queue.