Function
GLibSListalloc
Declaration [src]
GSList*
g_slist_alloc (
void
)
Description [src]
Allocates space for one GSList
element. It is called by the
g_slist_append(), g_slist_prepend(), g_slist_insert()
and
g_slist_insert_sorted()
functions and so is rarely used on its own.
This function is not directly available to language bindings.