#ifndef MY_GLADE_H #define MY_GLADE_H #include void my_glade_setup(void); GtkWidget *get_glade_widget(const char *); #endif // MY_GLADE_H