diff options
Diffstat (limited to 'calendar/pcs/cal.h')
-rw-r--r-- | calendar/pcs/cal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/pcs/cal.h b/calendar/pcs/cal.h index 35e870739c..6797b5df25 100644 --- a/calendar/pcs/cal.h +++ b/calendar/pcs/cal.h @@ -65,6 +65,8 @@ Cal *cal_new (CalBackend *backend, GNOME_Evolution_Calendar_Listener listener); void cal_notify_update (Cal *cal, const char *uid); void cal_notify_remove (Cal *cal, const char *uid); +void cal_notify_categories_changed (Cal *cal, GNOME_Evolution_Calendar_StringSeq *categories); + char *cal_get_password (Cal *cal, const char *prompt, const char *key); void cal_forget_password (Cal *cal, const char *key); |