API Version: 2.0
Library Version: 2.79.3
Generated by gi-docgen 2023.3
gpointer g_async_queue_pop_unlocked ( GAsyncQueue* queue )
Pops data from the queue. If queue is empty, this function blocks until data becomes available.
queue
This function must be called while holding the queue‘s lock.
Type: gpointer
gpointer
Data from the queue.
NULL