QueueG.insertBefore

Inserts data into queue before sibling.

sibling must be part of queue. Since GLib 2.44 a NULL sibling pushes the data at the tail of the queue.

class QueueG
void
insertBefore

Parameters

sibling ListG

a GList link that must be part of queue, or NULL to push at the tail of the queue.

data void*

the data to insert

Meta