X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Faweather-gui.h;h=640ff2a3e9f93884bd0a43f87c99d60414cccff0;hb=7f148b0360c5f9a3cad672aa8f3c787c78dd7b4f;hp=aa90f93d205d41b84b81554f0c5e0259c5af3646;hpb=09654a91f1251a083f435728cc1523c68d770ef3;p=aweather diff --git a/src/aweather-gui.h b/src/aweather-gui.h index aa90f93..640ff2a 100644 --- a/src/aweather-gui.h +++ b/src/aweather-gui.h @@ -21,7 +21,7 @@ #include #include -#include +#include /* Type macros */ #define AWEATHER_TYPE_GUI (aweather_gui_get_type()) @@ -39,13 +39,10 @@ struct _AWeatherGui { /* instance members */ GtkBuilder *builder; - GisViewer *viewer; - GisPlugins *plugins; - GisPrefs *prefs; + GritsViewer *viewer; + GritsPlugins *plugins; + GritsPrefs *prefs; GtkListStore *gtk_plugins; - - /* Deprecated */ - GisHttp *http; }; struct _AWeatherGuiClass { @@ -59,7 +56,7 @@ GType aweather_gui_get_type(void); /* Methods */ AWeatherGui *aweather_gui_new(); -GisViewer *aweather_gui_get_viewer(AWeatherGui *gui); +GritsViewer *aweather_gui_get_viewer(AWeatherGui *gui); GtkWidget *aweather_gui_get_widget(AWeatherGui *gui, const gchar *name); GObject *aweather_gui_get_object(AWeatherGui *gui, const gchar *name);