From 989ab1d5c8b4ceb9a9689baadab1a55b067f7d05 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 20 Jun 2005 17:27:52 +0000 Subject: Added support for delegation in personal calendar svn path=/trunk/; revision=29553 --- plugins/itip-formatter/itip-view.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/itip-formatter/itip-view.h') diff --git a/plugins/itip-formatter/itip-view.h b/plugins/itip-formatter/itip-view.h index a8605a9564..d05bd4479c 100644 --- a/plugins/itip-formatter/itip-view.h +++ b/plugins/itip-formatter/itip-view.h @@ -153,6 +153,12 @@ gboolean itip_view_get_rsvp (ItipView *view); void itip_view_set_show_rsvp (ItipView *view, gboolean rsvp); gboolean itip_view_get_show_rsvp (ItipView *view); +void itip_view_set_update (ItipView *view, gboolean update); +gboolean itip_view_get_update (ItipView *view); + +void itip_view_set_show_update (ItipView *view, gboolean update); +gboolean itip_view_get_show_update (ItipView *view); + void itip_view_set_rsvp_comment (ItipView *view, const char *comment); const char *itip_view_get_rsvp_comment (ItipView *view); -- cgit v1.2.3