ListG.insertBeforeLink

Inserts link_ into the list before the given position.

class ListG
insertBeforeLink

Parameters

sibling ListG

the list element before which the new element is inserted or NULL to insert at the end of the list

the list element to be added, which must not be part of any other list

Return Value

Type: ListG

the (possibly changed) start of the GList

Meta

Since

2.62