aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/config-data.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-07-27 23:06:20 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-29 00:22:15 +0800
commitfe2f720c14d3f39ca6694f1b56b7f4e8121e732b (patch)
tree45055b0c31070150b15cd14d693e7bb92f93d82d /calendar/gui/alarm-notify/config-data.h
parent2c4510e858fcf96e8f3d02f3f92564460752e983 (diff)
downloadgsoc2013-evolution-fe2f720c14d3f39ca6694f1b56b7f4e8121e732b.tar
gsoc2013-evolution-fe2f720c14d3f39ca6694f1b56b7f4e8121e732b.tar.gz
gsoc2013-evolution-fe2f720c14d3f39ca6694f1b56b7f4e8121e732b.tar.bz2
gsoc2013-evolution-fe2f720c14d3f39ca6694f1b56b7f4e8121e732b.tar.lz
gsoc2013-evolution-fe2f720c14d3f39ca6694f1b56b7f4e8121e732b.tar.xz
gsoc2013-evolution-fe2f720c14d3f39ca6694f1b56b7f4e8121e732b.tar.zst
gsoc2013-evolution-fe2f720c14d3f39ca6694f1b56b7f4e8121e732b.zip
Bug #579646 - Remember alarm's last notified per calendar
Diffstat (limited to 'calendar/gui/alarm-notify/config-data.h')
-rw-r--r--calendar/gui/alarm-notify/config-data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/gui/alarm-notify/config-data.h b/calendar/gui/alarm-notify/config-data.h
index 19086beb56..08f3915b83 100644
--- a/calendar/gui/alarm-notify/config-data.h
+++ b/calendar/gui/alarm-notify/config-data.h
@@ -28,6 +28,7 @@
#include <glib.h>
#include <libical/ical.h>
+#include <libecal/e-cal.h>
#include <gconf/gconf-client.h>
#include <libedataserver/e-source-list.h>
@@ -36,8 +37,8 @@ GConfClient *config_data_get_conf_client (void);
icaltimezone *config_data_get_timezone (void);
gboolean config_data_get_24_hour_format (void);
gboolean config_data_get_notify_with_tray (void);
-void config_data_set_last_notification_time (time_t t);
-time_t config_data_get_last_notification_time (void);
+void config_data_set_last_notification_time (ECal *cal, time_t t);
+time_t config_data_get_last_notification_time (ECal *cal);
void config_data_save_blessed_program (const gchar *program);
gboolean config_data_is_blessed_program (const gchar *program);
ESourceList *config_data_get_calendars (const gchar *);