insertBeforeLink

fun insertBeforeLink(sibling: List? = null, link: List)

Inserts @link_ into @queue before @sibling.

Since

2.62

Parameters

sibling

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

link

a #GList link to insert which must not be part of any other list.