Companion
object Companion
Functions
Link copied to clipboard
Removes the node link_ from the list and frees it. Compare this to g_slist_remove_link() which removes the node without freeing it.
Link copied to clipboard
Inserts a node before @sibling containing @data.
Link copied to clipboard
fun insertSortedWithData(list: SList, data: <Error class: unknown class>? = null, func: CompareDataFunc): SList
Inserts a new element into the list, using the given comparison function to determine its position.
Link copied to clipboard
Link copied to clipboard
Removes an element from a #GSList, without freeing the element. The removed element's next link is set to null, so that it becomes a self-contained list with one element.
Link copied to clipboard
Like g_slist_sort(), but the sort function accepts a user data argument.