Searched refs:g_ptr_array_free (Results 1 – 16 of 16) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gicon.c | 183 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()
|
D | gfilenamecompleter.c | 497 return (char**)g_ptr_array_free (res, FALSE); in g_filename_completer_get_completions()
|
D | gcontenttype.c | 451 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()
|
D | gfileinfo.c | 522 return (char **)g_ptr_array_free (names, FALSE); in g_file_info_list_attributes()
|
D | gdesktopappinfo.c | 2693 mime_types = (char **)g_ptr_array_free (array, FALSE); in get_all_desktop_entries_for_mime_type()
|
/external/bluetooth/glib/glib/ |
D | garray.h | 111 gpointer* g_ptr_array_free (GPtrArray *array,
|
D | garray.c | 385 g_ptr_array_free (GPtrArray *array, in g_ptr_array_free() function
|
D | galiasdef.c | 92 #undef g_ptr_array_free 93 extern __typeof (g_ptr_array_free) g_ptr_array_free __attribute((alias("IA__g_ptr_array_free"), vis…
|
D | gmain.c | 372 g_ptr_array_free (context->pending_dispatches, TRUE); in g_main_context_unref()
|
D | galias.h | 89 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/ |
D | gthread-win32.c | 318 g_ptr_array_free (cond->array, TRUE); in g_cond_free_win32_impl()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2148 g_ptr_array_free
|
/external/bluetooth/glib/tests/ |
D | testglib.c | 997 g_ptr_array_free (gparray, TRUE); in test_arrays()
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 875 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/ |
D | NEWS | 1229 500361 Improve docs for g_array_free() and g_ptr_array_free()
|
D | ChangeLog.pre-2-0 | 5139 * garray.c: (g_array_free), (g_ptr_array_free),
|