diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-08 01:38:49 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-08 01:38:49 +0800 |
commit | f679ec6e047ae7fad54444965827497a33118624 (patch) | |
tree | 31813a6959db0014ab688ca8130ef810b4d92124 /plugins/itip-formatter/itip-view.h | |
parent | 754665c5aa85c322f31c74d4e2d0467efd4a3a38 (diff) | |
download | gsoc2013-evolution-f679ec6e047ae7fad54444965827497a33118624.tar gsoc2013-evolution-f679ec6e047ae7fad54444965827497a33118624.tar.gz gsoc2013-evolution-f679ec6e047ae7fad54444965827497a33118624.tar.bz2 gsoc2013-evolution-f679ec6e047ae7fad54444965827497a33118624.tar.lz gsoc2013-evolution-f679ec6e047ae7fad54444965827497a33118624.tar.xz gsoc2013-evolution-f679ec6e047ae7fad54444965827497a33118624.tar.zst gsoc2013-evolution-f679ec6e047ae7fad54444965827497a33118624.zip |
protos
2005-01-07 JP Rosevear <jpr@novell.com>
* itip-view.h: protos
* itip-view.c (rsvp_toggled_cb): set comment sensitivity
(itip_view_init): add comment entry
(itip_view_set_rsvp): make comment entry sensitive when rsvp is
(itip_view_set_rsvp_comment): accessor
(itip_view_get_rsvp_comment): ditto
* itip-formatter.c (find_cal_opened_cb): set error message if we
can't find the item
(view_response_cb): add comment if the user sets one
svn path=/trunk/; revision=28275
Diffstat (limited to 'plugins/itip-formatter/itip-view.h')
-rw-r--r-- | plugins/itip-formatter/itip-view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/itip-formatter/itip-view.h b/plugins/itip-formatter/itip-view.h index f786ad330f..b2a12a5ad0 100644 --- a/plugins/itip-formatter/itip-view.h +++ b/plugins/itip-formatter/itip-view.h @@ -148,6 +148,9 @@ 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_rsvp_comment (ItipView *view, const char *comment); +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); |