aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter/itip-view.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-07-22 16:57:41 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-07-22 16:57:41 +0800
commit17e5226c6092aa230a72058ac56a2a9a13e1c7cb (patch)
treeb046ae1ceec87e33fdf4a24913accef1b66224a4 /plugins/itip-formatter/itip-view.h
parentb01b92ad9c0fd771bb1b24daf619ea17d5e624cb (diff)
downloadgsoc2013-evolution-17e5226c6092aa230a72058ac56a2a9a13e1c7cb.tar
gsoc2013-evolution-17e5226c6092aa230a72058ac56a2a9a13e1c7cb.tar.gz
gsoc2013-evolution-17e5226c6092aa230a72058ac56a2a9a13e1c7cb.tar.bz2
gsoc2013-evolution-17e5226c6092aa230a72058ac56a2a9a13e1c7cb.tar.lz
gsoc2013-evolution-17e5226c6092aa230a72058ac56a2a9a13e1c7cb.tar.xz
gsoc2013-evolution-17e5226c6092aa230a72058ac56a2a9a13e1c7cb.tar.zst
gsoc2013-evolution-17e5226c6092aa230a72058ac56a2a9a13e1c7cb.zip
Added support for shared notes.
svn path=/trunk/; revision=32373
Diffstat (limited to 'plugins/itip-formatter/itip-view.h')
-rw-r--r--plugins/itip-formatter/itip-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/itip-formatter/itip-view.h b/plugins/itip-formatter/itip-view.h
index 4e47594270..9d12f6c65b 100644
--- a/plugins/itip-formatter/itip-view.h
+++ b/plugins/itip-formatter/itip-view.h
@@ -168,6 +168,7 @@ 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);
+void itip_view_set_needs_decline (ItipView *view, gboolean needs_decline);
G_END_DECLS