Add g_array_binary_search() to garray API

Original code written by Christian Hergert

Fix issue #373
This commit is contained in:
Emmanuel Fleury
2019-05-16 14:34:58 +02:00
parent 25c9b9bace
commit 104fca78cd
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