Method

GLibAsyncQueuepush

Declaration

void
g_async_queue_push (
  GAsyncQueue* queue,
  gpointer data
)

Description

Pushes the data into the queue.

The data parameter must not be NULL.

Parameters

data

Type: gpointer

Data to push onto the queue.

The data is owned by the caller of the function.