Searched refs:g_ptr_array_sort_with_data (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/glib/ |
D | garray.h | 209 void g_ptr_array_sort_with_data (GPtrArray *array,
|
D | garray.c | 2060 g_ptr_array_sort_with_data (GPtrArray *array, in g_ptr_array_sort_with_data() function
|
/third_party/glib/glib/tests/ |
D | array-test.c | 1488 g_ptr_array_sort_with_data (file_list, sort_filelist_how, GINT_TO_POINTER (sort_mode)); in pointer_array_sort_with_data_example() 1499 g_ptr_array_sort_with_data (file_list, sort_filelist_how, GINT_TO_POINTER (sort_mode)); in pointer_array_sort_with_data_example() 1522 g_ptr_array_sort_with_data (gparray, ptr_compare_data, NULL); in pointer_array_sort_with_data() 1527 g_ptr_array_sort_with_data (gparray, ptr_compare_data, NULL); in pointer_array_sort_with_data()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2952 g_ptr_array_sort_with_data
|