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

/linux-master/scripts/kconfig/
H A Dgconf.c126 static void init_main_window(const gchar *glade_file) argument
133 xml = glade_xml_new(glade_file, "window1", NULL);
1445 gchar *glade_file; local
1455 glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL);
1457 glade_file = g_strconcat(av[0], ".glade", NULL);
1459 glade_file = g_strconcat(g_get_current_dir(), "/", av[0], ".glade", NULL);
1484 init_main_window(glade_file);

Completed in 221 milliseconds