Inserts a new element into the list at the given position.
the data for the new element
the position to insert the element. If this is negative, or is larger than the number of elements in the list, the new element is added on to the end of the list.
the (possibly changed) start of the #GList
See Implementation
Inserts a new element into the list at the given position.