Searched refs:g_slist_insert_before (Results 1 – 6 of 6) sorted by relevance
66 GSList* g_slist_insert_before (GSList *slist,
237 g_slist_insert_before (GSList *slist, in g_slist_insert_before() function
2546 #undef g_slist_insert_before 2547 extern __typeof (g_slist_insert_before) g_slist_insert_before __attribute((alias("IA__g_slist_inser…
2539 extern __typeof (g_slist_insert_before) IA__g_slist_insert_before __attribute((visibility("hidden")…2540 #define g_slist_insert_before IA__g_slist_insert_before macro
1857 g_slist_insert_before
2483 * glib/gslist.c (g_slist_insert_before): provide an implementation,