Warning g_async_queue_ref_unlocked is deprecated and should not be used in newly-written code. 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.
See Implementation
Warning g_async_queue_ref_unlocked is deprecated and should not be used in newly-written code. Increases the reference count of the asynchronous queue by 1.