Function
GLibSListconcat
Declaration [src]
GSList*
g_slist_concat (
GSList* list1,
GSList* list2
)
Description [src]
Adds the second GSList
onto the end of the first GSList
.
Note that the elements of the second GSList
are not copied.
They are used directly.
This function is not directly available to language bindings.