#include <gmem.h>
Go to the source code of this file.
#define g_slist_next | ( | slist | ) | ((slist) ? (((GSList *)(slist))->next) : NULL) |
GSList* g_slist_alloc | ( | void | ) |
Referenced by gdk_error_trap_push().
Referenced by gdk_font_load(), and gdk_fontset_load().
GSList* g_slist_find | ( | GSList * | list, | |
gconstpointer | data | |||
) |
GSList* g_slist_find_custom | ( | GSList * | list, | |
gconstpointer | data, | |||
GCompareFunc | func | |||
) |
void g_slist_free | ( | GSList * | list | ) |
Referenced by _gdk_font_destroy(), and gdk_font_hash_remove().
void g_slist_free_1 | ( | GSList * | list | ) |
gint g_slist_index | ( | GSList * | list, | |
gconstpointer | data | |||
) |
GSList* g_slist_insert_sorted | ( | GSList * | list, | |
gpointer | data, | |||
GCompareFunc | func | |||
) |
void g_slist_pop_allocator | ( | void | ) |
Referenced by gdk_font_hash_insert().
void g_slist_push_allocator | ( | GAllocator * | allocato | ) |
GSList* g_slist_remove | ( | GSList * | list, | |
gconstpointer | data | |||
) |
GSList* g_slist_sort | ( | GSList * | list, | |
GCompareFunc | compare_func | |||
) |
GSList* g_slist_sort_with_data | ( | GSList * | list, | |
GCompareFuncData | compare_func, | |||
gpointer | user_data | |||
) |