Home
last modified time | relevance | path

Searched refs:g_ptr_array_free (Results 1 – 16 of 16) sorted by relevance

/external/bluetooth/glib/gio/
Dgicon.c183 g_ptr_array_free (tokens, TRUE); in g_icon_to_string_tokenized()
209 g_ptr_array_free (tokens, TRUE); in g_icon_to_string_tokenized()
Dgfilenamecompleter.c497 return (char**)g_ptr_array_free (res, FALSE); in g_filename_completer_get_completions()
Dgcontenttype.c451 return (char **)g_ptr_array_free (array, FALSE); in _g_unix_content_type_get_parents()
1665 return (char **)g_ptr_array_free (types, FALSE); in g_content_type_guess_for_tree()
Dgfileinfo.c522 return (char **)g_ptr_array_free (names, FALSE); in g_file_info_list_attributes()
Dgdesktopappinfo.c2693 mime_types = (char **)g_ptr_array_free (array, FALSE); in get_all_desktop_entries_for_mime_type()
/external/bluetooth/glib/glib/
Dgarray.h111 gpointer* g_ptr_array_free (GPtrArray *array,
Dgarray.c385 g_ptr_array_free (GPtrArray *array, in g_ptr_array_free() function
Dgaliasdef.c92 #undef g_ptr_array_free
93 extern __typeof (g_ptr_array_free) g_ptr_array_free __attribute((alias("IA__g_ptr_array_free"), vis…
Dgmain.c372 g_ptr_array_free (context->pending_dispatches, TRUE); in g_main_context_unref()
Dgalias.h89 extern __typeof (g_ptr_array_free) IA__g_ptr_array_free __attribute((visibility("hidden")));
90 #define g_ptr_array_free IA__g_ptr_array_free macro
/external/bluetooth/glib/gthread/
Dgthread-win32.c318 g_ptr_array_free (cond->array, TRUE); in g_cond_free_win32_impl()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2148 g_ptr_array_free
/external/bluetooth/glib/tests/
Dtestglib.c997 g_ptr_array_free (gparray, TRUE); in test_arrays()
/external/bluetooth/glib/docs/reference/
DChangeLog875 Bug 500361 – Improve docs for g_array_free() and g_ptr_array_free()
2111 g_ptr_array_free and g_ptr_array_remove_range. (#170148,
/external/bluetooth/glib/
DNEWS1229 500361 Improve docs for g_array_free() and g_ptr_array_free()
DChangeLog.pre-2-05139 * garray.c: (g_array_free), (g_ptr_array_free),