]> Pileus Git - grits/blobdiff - src/plugin-radar.h
Download progress bars
[grits] / src / plugin-radar.h
index 5cc5011b42cd822d98e445a93b30931382b35654..ca8dbea6ce514ac93064a56256d8786b70b81f47 100644 (file)
@@ -19,6 +19,7 @@
 #define __RADAR_H__
 
 #include <glib-object.h>
+#include <libsoup/soup.h>
 #include <rsl.h>
 
 /* TODO: convert */
@@ -44,8 +45,13 @@ struct _AWeatherRadar {
        /* instance members */
        AWeatherGui *gui;
        GtkWidget   *config_body;
+       GtkWidget   *progress_bar;
+       GtkWidget   *progress_label;
+       SoupSession *soup;
+
+       /* Private data for loading radars */
        Radar       *cur_radar;
-       Sweep       *cur_sweep; // make this not global
+       Sweep       *cur_sweep;
        colormap_t  *cur_colormap;
        guint        cur_sweep_tex;
 };