insertAfterLink

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

Inserts @link_ into @queue after @sibling.

Since

2.62

Parameters

sibling

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

link

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