Merge branch 'garray_binary_search' into 'master'

Add g_array_binary_search() to garray API

Closes #373

See merge request GNOME/glib!850
This commit is contained in:
Emmanuele Bassi
2019-07-09 10:39:34 +00:00
4 changed files with 190 additions and 0 deletions

View File

@@ -2626,6 +2626,7 @@ g_array_remove_index_fast
g_array_remove_range
g_array_sort
g_array_sort_with_data
g_array_binary_search
g_array_index
g_array_set_size
g_array_set_clear_func