API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
GList* g_list_alloc ( void )
Allocates space for one GList element. It is called by g_list_append(), g_list_prepend(), g_list_insert() and g_list_insert_sorted() and so is rarely used on its own.
GList
g_list_insert()
g_list_insert_sorted()
This function is not directly available to language bindings.
Type: A list of gpointer
gpointer
A pointer to the newly-allocated GList element.