Method

GLibAsyncQueuepop_unlocked

Declaration [src]

gpointer
g_async_queue_pop_unlocked (
  GAsyncQueue* queue
)

Description [src]

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

This function must be called while holding the queues lock.

Return value

Type: gpointer

Data from the queue.

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