Searched refs:init_slist (Results 1 – 1 of 1) sorted by relevance
2171 GSList *slist, *init_slist = NULL; in type_class_init_Wm() local2217 init_slist = g_slist_prepend (init_slist, (gpointer) bnode->data->class.class_init_base); in type_class_init_Wm()2218 for (slist = init_slist; slist; slist = slist->next) in type_class_init_Wm()2224 g_slist_free (init_slist); in type_class_init_Wm()