OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1085 milliseconds