]> Pileus Git - aweather/blobdiff - src/aweather-gui.h
Save the http object between sites
[aweather] / src / aweather-gui.h
index fb4415f6b0b29f203b8d9eb2ef770194df21ce8f..aa90f93d205d41b84b81554f0c5e0259c5af3646 100644 (file)
@@ -21,7 +21,7 @@
 #include <gtk/gtk.h>
 #include <glib-object.h>
 
-#include <gis/gis.h>
+#include <gis.h>
 
 /* Type macros */
 #define AWEATHER_TYPE_GUI            (aweather_gui_get_type())
@@ -43,6 +43,9 @@ struct _AWeatherGui {
        GisPlugins   *plugins;
        GisPrefs     *prefs;
        GtkListStore *gtk_plugins;
+
+       /* Deprecated */
+       GisHttp *http;
 };
 
 struct _AWeatherGuiClass {