Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkcustomsorter.h File Reference
#include <gtk/gtkexpression.h>
#include <gtk/gtksorter.h>

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)
 

Macro Definition Documentation

◆ GTK_TYPE_CUSTOM_SORTER

#define GTK_TYPE_CUSTOM_SORTER   (gtk_custom_sorter_get_type ())

Definition at line 31 of file gtkcustomsorter.h.

Function Documentation

◆ gtk_custom_sorter_new()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkCustomSorter * gtk_custom_sorter_new ( GCompareDataFunc sort_func,
gpointer user_data,
GDestroyNotify user_destroy )

◆ gtk_custom_sorter_set_sort_func()

GDK_AVAILABLE_IN_ALL void gtk_custom_sorter_set_sort_func ( GtkCustomSorter * self,
GCompareDataFunc sort_func,
gpointer user_data,
GDestroyNotify user_destroy )