Method
GLibAsyncQueueref_unlocked
deprecated: 2.8
Declaration [src]
void
g_async_queue_ref_unlocked (
GAsyncQueue* queue
)
Description [src]
Increases the reference count of the asynchronous queue
by 1.
Deprecated since: 2.8
Reference counting is done atomically.
so g_async_queue_ref()
can be used regardless of the queue
‘s lock.