HomeSort by relevance Sort by last modified time
    Searched full:g_list_first (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/glib/glib/
glist.h 96 GList* g_list_first (GList *list);
glist.c 725 * g_list_first:
734 g_list_first (GList *list) function
galiasdef.c 1353 #undef g_list_first macro
    [all...]
galias.h 1347 #define g_list_first macro
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
linked_lists_double.sgml 49 To find elements in the list use g_list_first(), g_list_last(), g_list_next(),
327 <!-- ##### FUNCTION g_list_first ##### -->
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 393 if (g_list_first(menu_item->button_widgets)->data == current)
433 GTK_WIDGET(g_list_first(menu_item->button_widgets)->data);
collected_cookies_gtk.cc 335 GList* item = g_list_first(paths);
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 187 GList* element = g_list_first(found);
554 GList* element = g_list_first(list);
    [all...]
  /external/bluetooth/glib/docs/reference/glib/
glib-sections.txt 1828 g_list_first
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 219 for (GList* item = g_list_first(items); item; item = g_list_next(item)) {
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-18     [all...]
NEWS 776 525732 Error in documentation for g_list_first
    [all...]

Completed in 750 milliseconds