diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-16 13:47:06 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-16 13:47:06 +0800 |
commit | 16bcca2ec81199ff2460f35f9473349e7634ee40 (patch) | |
tree | d79dbcf933bdc9d5012838367310de2377004e51 /calendar/gui/itip-utils.h | |
parent | 8c2bc05620e28699a6d4768791411a293a797015 (diff) | |
download | gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.tar.gz gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.tar.zst gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.zip |
added code in gui/itip-utils.[ch], gui/e-cal-popup.[ch], gui/e-calendar-view.c
so that an option of "Reply" and "Reply All" on right click of a calendar item
for calendars that do not have the static capability of saving schedules.
svn path=/trunk/; revision=31192
Diffstat (limited to 'calendar/gui/itip-utils.h')
-rw-r--r-- | calendar/gui/itip-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/itip-utils.h b/calendar/gui/itip-utils.h index cf974b74f8..843ae8210d 100644 --- a/calendar/gui/itip-utils.h +++ b/calendar/gui/itip-utils.h @@ -48,4 +48,7 @@ gboolean itip_publish_comp (ECal *client, gchar* uri, gchar* username, gboolean itip_publish_begin (ECalComponent *pub_comp, ECal *client, gboolean cloned, ECalComponent **clone); +gboolean reply_to_calendar_comp (ECalComponentItipMethod method, ECalComponent *send_comp, + ECal *client, gboolean reply_all, icalcomponent *zones, GSList *attachments_list); + #endif |