API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
GSList* g_slist_alloc ( void )
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.
GSList
g_slist_insert()
g_slist_insert_sorted()
This function is not directly available to language bindings.
Type: A list of gpointer
gpointer
A pointer to the newly-allocated GSList element.