Method

GLibAsyncQueuepush

Declaration [src]

void
g_async_queue_push (
  GAsyncQueue* queue,
  gpointer data
)

Description [src]

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 method.