Searched refs:g_list_remove_link (Results 1 - 11 of 11) sorted by relevance

/external/bluetooth/glib/gio/inotify/
H A Dinotify-missing.c94 missing_sub_list = g_list_remove_link (missing_sub_list, link);
134 missing_sub_list = g_list_remove_link (missing_sub_list, llink);
/external/bluetooth/glib/gio/fen/
H A Dfen-missing.c68 missing_list = g_list_remove_link (missing_list, (GList *)idx->data);
H A Dfen-node.c133 deleting_nodes = g_list_remove_link (deleting_nodes,
H A Dfen-data.c250 deleting_data = g_list_remove_link (deleting_data,
/external/bluetooth/glib/glib/
H A Dglist.h76 GList* g_list_remove_link (GList *list,
H A Dglist.c73 * It is usually used after g_list_remove_link().
420 * g_list_remove_link:
431 g_list_remove_link (GList *list, function
443 * Compare this to g_list_remove_link() which removes the node
H A Dgqueue.c767 queue->head = g_list_remove_link (queue->head, link_);
H A Dgkeyfile.c3060 group->key_value_pairs = g_list_remove_link (group->key_value_pairs, pair_node);
3120 key_file->groups = g_list_remove_link (key_file->groups, group_node);
H A Dgaliasdef.c1417 #undef g_list_remove_link macro
1418 extern __typeof (g_list_remove_link) g_list_remove_link __attribute((alias("IA__g_list_remove_link"), visibility("default")));
H A Dgalias.h1410 extern __typeof (g_list_remove_link) IA__g_list_remove_link __attribute((visibility("hidden")));
1411 #define g_list_remove_link IA__g_list_remove_link macro
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_floating_container.cc155 g_list_remove_link(floating->floating_children, children);

Completed in 697 milliseconds