pike.git
/
src
/
post_modules
/
GTK2
/
source
/
gtkicontheme.pre
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/GTK2/source/gtkicontheme.pre:119:
//! as 'apps' and 'mimetypes'. { pgtk_verify_inited(); { char *context=NULL; GList *gl,*g2; int i; if (args) get_all_args("list_icons",args,"%s",&context); gl=g2=gtk_icon_theme_list_icons(GTK_ICON_THEME(THIS->obj),context);
+
my_pop_n_elems(args);
while (g2) { PGTK_PUSH_GCHAR(g2->data); g_free(g2->data); i++; g2=g_list_next(g2); } f_aggregate(i); g_list_free(gl); } }