summaryrefslogtreecommitdiff
path: root/libmateweather/mateweather-prefs.h
diff options
context:
space:
mode:
authormuesli4 <[email protected]>2013-04-10 09:04:50 +0200
committermuesli4 <[email protected]>2013-04-10 09:04:50 +0200
commit255c76e8c9d0c2226df1e66e7463cdcd54aa7f8e (patch)
tree6fd1e7f246712588df021862bf795ada2e2ab8e6 /libmateweather/mateweather-prefs.h
parenta7bc9b989b256591a5567eb287d6e0816f4e412e (diff)
downloadlibmateweather-255c76e8c9d0c2226df1e66e7463cdcd54aa7f8e.tar.bz2
libmateweather-255c76e8c9d0c2226df1e66e7463cdcd54aa7f8e.tar.xz
Added "show-notifications" boolean to GSchema and to the MateWeatherPrefs struct.
Diffstat (limited to 'libmateweather/mateweather-prefs.h')
-rw-r--r--libmateweather/mateweather-prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmateweather/mateweather-prefs.h b/libmateweather/mateweather-prefs.h
index bb5924c..c7a3743 100644
--- a/libmateweather/mateweather-prefs.h
+++ b/libmateweather/mateweather-prefs.h
@@ -38,6 +38,7 @@ typedef struct _MateWeatherPrefs MateWeatherPrefs;
struct _MateWeatherPrefs {
WeatherLocation *location;
+ gboolean show_notifications;
gint update_interval; /* in seconds */
gboolean update_enabled;
gboolean detailed;