X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Faweather-gui.h;h=27383b258ccc293bc12f125ac055e13a5262d25d;hb=1019fcfe2d612df24355f2597e661c28621b01c3;hp=af5e4a8243905906778e74c44fce4653741373a5;hpb=40b17f742041c317915326c6f5ea6d92397c7363;p=grits diff --git a/src/aweather-gui.h b/src/aweather-gui.h index af5e4a8..27383b2 100644 --- a/src/aweather-gui.h +++ b/src/aweather-gui.h @@ -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);