aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-list-view.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-17 00:22:34 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-17 00:22:34 +0800
commit9f394f43fa18d4d3046df2564b8d3a0266508881 (patch)
tree19161427c863b72e7e3bbda916f21a5e848f264c /calendar/gui/e-meeting-list-view.h
parent12cb4aa5b77134ff198566f4c4df52bbfc8d0e1e (diff)
downloadgsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar
gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar.gz
gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar.bz2
gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar.lz
gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar.xz
gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar.zst
gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.zip
Implements the edit button
svn path=/trunk/; revision=31218
Diffstat (limited to 'calendar/gui/e-meeting-list-view.h')
-rw-r--r--calendar/gui/e-meeting-list-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-list-view.h b/calendar/gui/e-meeting-list-view.h
index b9a4607aa3..76db532b70 100644
--- a/calendar/gui/e-meeting-list-view.h
+++ b/calendar/gui/e-meeting-list-view.h
@@ -63,6 +63,7 @@ void e_meeting_list_view_edit (EMeetingListView *emlv, EMeetingAttendee *a
void e_meeting_list_view_invite_others_dialog (EMeetingListView *emlv);
void e_meeting_list_view_remove_attendee_from_name_selector (EMeetingListView *view, EMeetingAttendee *ma);
void e_meeting_list_view_add_attendee_to_name_selector (EMeetingListView *view, EMeetingAttendee *ma);
+void e_meeting_list_view_set_editable (EMeetingListView *lview, gboolean set);
G_END_DECLS