HomeSort by relevance Sort by last modified time
    Searched defs:g_ptr_array_remove_index (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/glib/
garray.c 453 g_ptr_array_remove_index (GPtrArray *farray, function
539 g_ptr_array_remove_index (farray, i);
galias.h 101 extern __typeof (g_ptr_array_remove_index) IA__g_ptr_array_remove_index __attribute((visibility("hidden")));
102 #define g_ptr_array_remove_index IA__g_ptr_array_remove_index macro
    [all...]
galiasdef.c 104 #undef g_ptr_array_remove_index macro
105 extern __typeof (g_ptr_array_remove_index) g_ptr_array_remove_index __attribute((alias("IA__g_ptr_array_remove_index"), visibility("default")));
    [all...]

Completed in 121 milliseconds