Method

GLibAsyncQueueref_unlocked

deprecated: 2.8 

Declaration

void
g_async_queue_ref_unlocked (
  GAsyncQueue* queue
)

Description

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 queues lock.