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

  /external/bluetooth/glib/glib/
gslist.c 77 * g_slist_append:
89 * Note that g_slist_append() has to traverse the entire list
100 * list = g_slist_append (list, "first");
101 * list = g_slist_append (list, "second");
104 * number_list = g_slist_append (number_list, GINT_TO_POINTER (27));
105 * number_list = g_slist_append (number_list, GINT_TO_POINTER (14));
111 g_slist_append (GSList *list, function
190 return g_slist_append (list, data);
galias.h 2507 #define g_slist_append macro
    [all...]
galiasdef.c 2513 #undef g_slist_append macro
    [all...]

Completed in 300 milliseconds