Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_CUSTOM_SORTER (gtk_custom_sorter_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkCustomSorter * | gtk_custom_sorter_new (GCompareDataFunc sort_func, gpointer user_data, GDestroyNotify user_destroy) |
GDK_AVAILABLE_IN_ALL void | gtk_custom_sorter_set_sort_func (GtkCustomSorter *self, GCompareDataFunc sort_func, gpointer user_data, GDestroyNotify user_destroy) |
#define GTK_TYPE_CUSTOM_SORTER (gtk_custom_sorter_get_type ()) |
Definition at line 31 of file gtkcustomsorter.h.
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkCustomSorter * gtk_custom_sorter_new | ( | GCompareDataFunc | sort_func, |
gpointer | user_data, | ||
GDestroyNotify | user_destroy ) |
GDK_AVAILABLE_IN_ALL void gtk_custom_sorter_set_sort_func | ( | GtkCustomSorter * | self, |
GCompareDataFunc | sort_func, | ||
gpointer | user_data, | ||
GDestroyNotify | user_destroy ) |