Function
GLibAsyncQueuenew
Declaration [src]
GAsyncQueue*
g_async_queue_new (
void
)
Return value
Type: GAsyncQueue
A new GAsyncQueue
. Free with g_async_queue_unref().
The caller of the function takes ownership of the data, and is responsible for freeing it. |