API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
void g_async_queue_push ( GAsyncQueue* queue, gpointer data )
Pushes the data into the queue.
data
queue
The data parameter must not be NULL.
NULL
Type: gpointer
gpointer
Data to push onto the queue.