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

  /external/bluetooth/glib/glib/
gslist.h 38 typedef struct _GSList GSList;
43 GSList *next;
48 GSList* g_slist_alloc (void) G_GNUC_WARN_UNUSED_RESULT;
49 void g_slist_free (GSList *list);
50 void g_slist_free_1 (GSList *list);
52 GSList* g_slist_append (GSList *list,
54 GSList* g_slist_prepend (GSList *list,
56 GSList* g_slist_insert (GSList *list
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.h 36 typedef struct _GSList GSList;
58 GSList* m_enchantDicts;

Completed in 2099 milliseconds