aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/alarm-notify/alarm-notify.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-12-09 03:48:06 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:40 +0800
commitebed1366e5d62a4fd0912abe2c725f31e8901444 (patch)
tree62a6c67269282903ce989bfb138851845353ec35 /calendar/alarm-notify/alarm-notify.h
parent8de973792308f69df1ed221e547bc396fc4d1ebc (diff)
downloadgsoc2013-evolution-ebed1366e5d62a4fd0912abe2c725f31e8901444.tar
gsoc2013-evolution-ebed1366e5d62a4fd0912abe2c725f31e8901444.tar.gz
gsoc2013-evolution-ebed1366e5d62a4fd0912abe2c725f31e8901444.tar.bz2
gsoc2013-evolution-ebed1366e5d62a4fd0912abe2c725f31e8901444.tar.lz
gsoc2013-evolution-ebed1366e5d62a4fd0912abe2c725f31e8901444.tar.xz
gsoc2013-evolution-ebed1366e5d62a4fd0912abe2c725f31e8901444.tar.zst
gsoc2013-evolution-ebed1366e5d62a4fd0912abe2c725f31e8901444.zip
Adapt AlarmNotify to the new ESource API.
Diffstat (limited to 'calendar/alarm-notify/alarm-notify.h')
-rw-r--r--calendar/alarm-notify/alarm-notify.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/calendar/alarm-notify/alarm-notify.h b/calendar/alarm-notify/alarm-notify.h
index b48cd5a602..1dc46eed80 100644
--- a/calendar/alarm-notify/alarm-notify.h
+++ b/calendar/alarm-notify/alarm-notify.h
@@ -68,13 +68,9 @@ GType alarm_notify_get_type (void);
AlarmNotify * alarm_notify_new (GCancellable *cancellable,
GError **error);
void alarm_notify_add_calendar (AlarmNotify *an,
- ECalClientSourceType source_type,
ESource *source);
void alarm_notify_remove_calendar (AlarmNotify *an,
- ECalClientSourceType source_type,
- const gchar *str_uri);
-ESourceList * alarm_notify_get_selected_calendars
- (AlarmNotify *an);
+ ESource *source);
G_END_DECLS