X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2Faweather-gui.h;h=c1c76bebd0c283f67d4bd3e7b99385c64fd94a85;hp=eb28a55307fca65f09e81df55620215e7dc3460c;hb=72842797f3fddb8ddb3c309ba9ceec889c4ec4e2;hpb=ca898105ec4018b54ac2f6f1327200624169103e diff --git a/src/aweather-gui.h b/src/aweather-gui.h index eb28a55..c1c76be 100644 --- a/src/aweather-gui.h +++ b/src/aweather-gui.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2011 Andy Spencer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ #include #include -#include +#include /* Type macros */ #define AWEATHER_TYPE_GUI (aweather_gui_get_type()) @@ -39,12 +39,11 @@ struct _AWeatherGui { /* instance members */ GtkBuilder *builder; - GisWorld *world; - GisView *view; - GisOpenGL *opengl; - GisPlugins *plugins; - GisPrefs *prefs; + GritsViewer *viewer; + GritsPlugins *plugins; + GritsPrefs *prefs; GtkListStore *gtk_plugins; + guint update_source; }; struct _AWeatherGuiClass { @@ -58,9 +57,7 @@ GType aweather_gui_get_type(void); /* Methods */ AWeatherGui *aweather_gui_new(); -GisWorld *aweather_gui_get_world(AWeatherGui *gui); -GisOpenGL *aweather_gui_get_opengl(AWeatherGui *gui); -GisView *aweather_gui_get_view(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);