#include <gmem.h>
Go to the source code of this file.
Definition at line 96 of file glist.h.
Referenced by gdk_check_typed_window_event(), and gdk_event_queue_find_first().
GList* g_list_alloc | ( | void | ) |
GList* g_list_find | ( | GList * | list, | |
gconstpointer | data | |||
) |
GList* g_list_find_custom | ( | GList * | list, | |
gconstpointer | data, | |||
GCompareFunc | func | |||
) |
void g_list_free | ( | GList * | list | ) |
Referenced by gdk_drag_context_unref(), gdk_key_ungrab(), gdk_rgb_choose_visual(), and gdk_window_internal_destroy().
void g_list_free_1 | ( | GList * | list | ) |
Referenced by gdk_check_typed_window_event(), gdk_event_unqueue(), and gdk_window_remove_filter().
gint g_list_index | ( | GList * | list, | |
gconstpointer | data | |||
) |
GList* g_list_insert_sorted | ( | GList * | list, | |
gpointer | data, | |||
GCompareFunc | func | |||
) |
Referenced by gdk_drag_begin().
Referenced by gdk_key_ungrab().
void g_list_pop_allocator | ( | void | ) |
void g_list_push_allocator | ( | GAllocator * | allocato | ) |
GList* g_list_remove | ( | GList * | list, | |
gconstpointer | data | |||
) |
Referenced by gdk_window_remove_filter().
GList* g_list_sort | ( | GList * | list, | |
GCompareFunc | compare_func | |||
) |
GList* g_list_sort_with_data | ( | GList * | list, | |
GCompareFuncData | compare_func, | |||
gpointer | user_data | |||
) |