Adds the second GList onto the end of the first GList. Note that the elements of the second GList are not copied. They are used directly.
the GList to add to the end of the first GList
the start of the new GList
See Implementation
Adds the second GList onto the end of the first GList. Note that the elements of the second GList are not copied. They are used directly.