Method

GLibAsyncQueuepop

Declaration

gpointer
g_async_queue_pop (
  GAsyncQueue* queue
)

Description

Pops data from the queue. If queue is empty, this function blocks until data becomes available.

Return value

Type: gpointer

Data from the queue.

The data is owned by the instance.
The return value can be NULL.