Searched refs:glade_file (Results 1 - 1 of 1) sorted by relevance

/scripts/kconfig/
H A Dgconf.c131 void init_main_window(const gchar * glade_file) argument
138 xml = glade_xml_new(glade_file, "window1", NULL);
1472 gchar *glade_file; local
1489 glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL);
1491 glade_file = g_strconcat(av[0], ".glade", NULL);
1493 glade_file = g_strconcat(g_get_current_dir(), "/", av[0], ".glade", NULL);
1515 init_main_window(glade_file);

Completed in 14 milliseconds