aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter/itip-view.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-06-21 01:27:52 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-06-21 01:27:52 +0800
commit989ab1d5c8b4ceb9a9689baadab1a55b067f7d05 (patch)
tree228c681c868917f522d4b02b0d0635ae15f9168f /plugins/itip-formatter/itip-view.h
parent29cefd995861e28b8f77005374efbc2f787ac655 (diff)
downloadgsoc2013-evolution-989ab1d5c8b4ceb9a9689baadab1a55b067f7d05.tar
gsoc2013-evolution-989ab1d5c8b4ceb9a9689baadab1a55b067f7d05.tar.gz
gsoc2013-evolution-989ab1d5c8b4ceb9a9689baadab1a55b067f7d05.tar.bz2
gsoc2013-evolution-989ab1d5c8b4ceb9a9689baadab1a55b067f7d05.tar.lz
gsoc2013-evolution-989ab1d5c8b4ceb9a9689baadab1a55b067f7d05.tar.xz
gsoc2013-evolution-989ab1d5c8b4ceb9a9689baadab1a55b067f7d05.tar.zst
gsoc2013-evolution-989ab1d5c8b4ceb9a9689baadab1a55b067f7d05.zip
Added support for delegation in personal calendar
svn path=/trunk/; revision=29553
Diffstat (limited to 'plugins/itip-formatter/itip-view.h')
-rw-r--r--plugins/itip-formatter/itip-view.h6
1 files changed, 6 insertions, 0 deletions
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);