]> Pileus Git - grits/blobdiff - src/aweather-gui.h
* Removing glade (pure gtk-builder)
[grits] / src / aweather-gui.h
index af5e4a8243905906778e74c44fce4653741373a5..27383b258ccc293bc12f125ac055e13a5262d25d 100644 (file)
@@ -55,6 +55,7 @@ GType aweather_gui_get_type(void);
 AWeatherGui    *aweather_gui_new();
 AWeatherView   *aweather_gui_get_view(AWeatherGui *gui);
 GtkWidget      *aweather_gui_get_widget(AWeatherGui *gui, const gchar *name);
+GObject        *aweather_gui_get_object(AWeatherGui *gui, const gchar *name);
 void            aweather_gui_register_plugin(AWeatherGui *gui, AWeatherPlugin *plugin);
 void            aweather_gui_gl_redraw(AWeatherGui *gui);
 void            aweather_gui_gl_begin(AWeatherGui *gui);