]> Pileus Git - aweather/blobdiff - src/plugins/alert.h
Add canceling to alerts plugins
[aweather] / src / plugins / alert.h
index 414fff115ed67e6789b2868ad1b2742c4f7aa698..488b726ce82297fe967efb947314ecc2cfe926a3 100644 (file)
@@ -43,7 +43,9 @@ struct _GritsPluginAlert {
        GritsHttp   *http;
        guint        refresh_id;
        guint        time_changed_id;
+       guint        update_source;
        GThreadPool *threads;
+       gboolean     aborted;
 
        GList       *msgs;
        time_t       updated;