diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-24 23:28:11 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-24 23:28:11 +0800 |
commit | 25d053c312af01acc9cb2ba1672f3f7ed4ea5e8b (patch) | |
tree | 47828615efb7cefb23ca816cda38a35423cc5697 /calendar/gui/alarm-notify/config-data.h | |
parent | 9c0eef3dd90ab8e7db04901b3079e097cdd7f400 (diff) | |
download | gsoc2013-evolution-25d053c312af01acc9cb2ba1672f3f7ed4ea5e8b.tar.gz gsoc2013-evolution-25d053c312af01acc9cb2ba1672f3f7ed4ea5e8b.tar.zst gsoc2013-evolution-25d053c312af01acc9cb2ba1672f3f7ed4ea5e8b.zip |
Changes for alarm notification bubble
svn path=/trunk/; revision=30661
Diffstat (limited to 'calendar/gui/alarm-notify/config-data.h')
-rw-r--r-- | calendar/gui/alarm-notify/config-data.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/alarm-notify/config-data.h b/calendar/gui/alarm-notify/config-data.h index e5b2c3d689..d8274ad7e7 100644 --- a/calendar/gui/alarm-notify/config-data.h +++ b/calendar/gui/alarm-notify/config-data.h @@ -24,6 +24,7 @@ #include <glib.h> #include <libical/ical.h> #include <gconf/gconf-client.h> +#include <libedataserver/e-source-list.h> GConfClient *config_data_get_conf_client (void); @@ -34,5 +35,7 @@ void config_data_set_last_notification_time (time_t t); time_t config_data_get_last_notification_time (void); void config_data_save_blessed_program (const char *program); gboolean config_data_is_blessed_program (const char *program); +ESourceList *config_data_get_calendars (const char *); +void config_data_replace_string_list (const char *, const char *, const char *); #endif |