Adds a new element on to the start of the list. Note The return value is the new start of the list, which may have changed, so make sure you store the new value.
the data for the new element
the new start of the GSList
See Implementation
Adds a new element on to the start of the list. Note The return value is the new start of the list, which may have changed, so make sure you store the new value.