summaryrefslogtreecommitdiff
path: root/applets/clock/calendar-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets/clock/calendar-client.h')
-rw-r--r--applets/clock/calendar-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/clock/calendar-client.h b/applets/clock/calendar-client.h
index 7747d23f..f74ac2c3 100644
--- a/applets/clock/calendar-client.h
+++ b/applets/clock/calendar-client.h
@@ -144,6 +144,9 @@ void calendar_client_set_task_completed (CalendarClient *cl
gboolean calendar_client_create_task (CalendarClient *client,
const char *summary);
+void calendar_client_update_appointments (CalendarClient *client);
+void calendar_client_update_tasks (CalendarClient *client);
+
void calendar_event_free (CalendarEvent *event);
G_END_DECLS