insert_after


Description:

[ Version ( since = "2.4" ) ]
public void insert_after (List<G> sibling, owned G data)

Inserts data into this after sibling.

sibling must be part of this. Since GLib 2.44 a null sibling pushes the data at the head of the queue.

Parameters:

this

a Queue

sibling

a List link that must be part of this, or null to push at the head of the queue.

data

the data to insert