Method
GLibAsyncQueuepush_unlocked
Declaration [src]
void
g_async_queue_push_unlocked (
GAsyncQueue* queue,
gpointer data
)
Description [src]
Pushes the data
into the queue
.
The data
parameter must not be NULL
.
This function must be called while holding the queue
‘s lock.