Home
last modified time | relevance | path

Searched refs:g_ptr_array_remove_index (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgarray.h115 gpointer g_ptr_array_remove_index (GPtrArray *array,
Dgarray.c453 g_ptr_array_remove_index (GPtrArray *farray, in g_ptr_array_remove_index() function
539 g_ptr_array_remove_index (farray, i); in g_ptr_array_remove()
Dgaliasdef.c104 #undef g_ptr_array_remove_index
105 extern __typeof (g_ptr_array_remove_index) g_ptr_array_remove_index __attribute((alias("IA__g_ptr_a…
Dgalias.h101 extern __typeof (g_ptr_array_remove_index) IA__g_ptr_array_remove_index __attribute((visibility("hi…
102 #define g_ptr_array_remove_index IA__g_ptr_array_remove_index macro
/external/bluetooth/glib/tests/
Dmainloop-test.c361 g_source_destroy (g_ptr_array_remove_index (crawler_array, i)); in cleanup_crawlers()
/external/bluetooth/glib/gthread/
Dgthread-win32.c201 g_ptr_array_remove_index (cond->array, 0); in g_cond_signal_win32_impl()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2140 g_ptr_array_remove_index
/external/bluetooth/glib/
DChangeLog.pre-1-2905 * garray.c (g_ptr_array_remove_index): Fixed size in g_memmove,
1438 (g_ptr_array_remove_index, g_ptr_array_remove): new semantic. now
2030 g_ptr_array_remove_index now returns the removed element.
2256 * garray.c (g_ptr_array_remove_index): bugfix: index check for