From 45057ab2e503cba209411f7dcf87fb200e3b01ed Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 11 Jul 2005 02:48:18 +0000 Subject: Support for groupwise recurrences. svn path=/trunk/; revision=29704 --- plugins/itip-formatter/itip-view.h | 4 ++++ 1 file changed, 4 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 d05bd4479c..4e47594270 100644 --- a/plugins/itip-formatter/itip-view.h +++ b/plugins/itip-formatter/itip-view.h @@ -165,6 +165,10 @@ const char *itip_view_get_rsvp_comment (ItipView *view); void itip_view_set_buttons_sensitive (ItipView *view, gboolean sensitive); gboolean itip_view_get_buttons_sensitive (ItipView *view); +void itip_view_set_show_recur_check (ItipView *view, gboolean show); +gboolean itip_view_get_recur_check_state (ItipView *view); + + G_END_DECLS #endif -- cgit v1.2.3