Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <glib/gtypes.h>
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS void | g_qsort_with_data (gconstpointer pbase, gint total_elems, gsize size, GCompareDataFunc compare_func, gpointer user_data) |
GLIB_AVAILABLE_IN_2_82 void | g_sort_array (const void *array, size_t n_elements, size_t element_size, GCompareDataFunc compare_func, void *user_data) |
G_BEGIN_DECLS void g_qsort_with_data | ( | gconstpointer | pbase, |
gint | total_elems, | ||
gsize | size, | ||
GCompareDataFunc | compare_func, | ||
gpointer | user_data ) |
GLIB_AVAILABLE_IN_2_82 void g_sort_array | ( | const void * | array, |
size_t | n_elements, | ||
size_t | element_size, | ||
GCompareDataFunc | compare_func, | ||
void * | user_data ) |