(glib.info.gz) Doubly linked lists
Info Catalog
(glib.info.gz) Overview
(glib.info.gz) Top
(glib.info.gz) Signly linked lists
Doubly linked lists
*******************
Functions
---------
- Function: GList* g_list_alloc (void)
- Function: void g_list_free (GList *LIST)
- Function: void g_list_free_1 (GList *LIST)
- Function: GList* g_list_append (GList *LIST, gpointer DATA)
- Function: GList* g_list_prepend (GList *LIST, gpointer DATA)
- Function: GList* g_list_insert (GList *LIST, gpointer DATA, gint
POSITION)
- Function: GList* g_list_insert_sorted (GList *LIST, gpointer DATA,
GCompareFunc FUNC)
- Function: GList* g_list_concat (GList *LIST1, GList *LIST2)
- Function: GList* g_list_remove (GList *LIST, gpointer DATA)
- Function: GList* g_list_remove_link (GList *LIST, GList *LINK)
- Function: GList* g_list_reverse (GList *LIST)
- Function: GList* g_list_nth (GList *LIST, gint N)
- Function: GList* g_list_find (GList *LIST, gpointer DATA)
- Function: GList* g_list_last (GList *LIST)
- Function: GList* g_list_first (GList *LIST)
- Function: gint g_list_length (GList *LIST)
- Function: void g_list_foreach (GList *LIST, GFunc FUNC, gpointer
USER_DATA)
Info Catalog
(glib.info.gz) Overview
(glib.info.gz) Top
(glib.info.gz) Signly linked lists
automatically generated byinfo2html