aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-list-view.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-04-06 17:25:04 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-04-06 17:25:04 +0800
commitd9756961e7535fbb00fa9349a27183e9975a2f04 (patch)
treea0a916add9d79faa559e7c4cf0f2ff34b4139608 /calendar/gui/e-meeting-list-view.h
parent0ee60adcf709d2ff0cd21d844db46f2c8d53cc95 (diff)
downloadgsoc2013-evolution-d9756961e7535fbb00fa9349a27183e9975a2f04.tar
gsoc2013-evolution-d9756961e7535fbb00fa9349a27183e9975a2f04.tar.gz
gsoc2013-evolution-d9756961e7535fbb00fa9349a27183e9975a2f04.tar.bz2
gsoc2013-evolution-d9756961e7535fbb00fa9349a27183e9975a2f04.tar.lz
gsoc2013-evolution-d9756961e7535fbb00fa9349a27183e9975a2f04.tar.xz
gsoc2013-evolution-d9756961e7535fbb00fa9349a27183e9975a2f04.tar.zst
gsoc2013-evolution-d9756961e7535fbb00fa9349a27183e9975a2f04.zip
Fixes #328808
svn path=/trunk/; revision=31779
Diffstat (limited to 'calendar/gui/e-meeting-list-view.h')
-rw-r--r--calendar/gui/e-meeting-list-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-list-view.h b/calendar/gui/e-meeting-list-view.h
index 76db532b70..7189dfee46 100644
--- a/calendar/gui/e-meeting-list-view.h
+++ b/calendar/gui/e-meeting-list-view.h
@@ -25,6 +25,7 @@
#include <gtk/gtktreeview.h>
#include "e-meeting-store.h"
+#include <libedataserverui/e-name-selector.h>
G_BEGIN_DECLS
@@ -64,6 +65,8 @@ 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);
+ENameSelector * e_meeting_list_view_get_name_selector (EMeetingListView *lview);
+void e_meeting_list_view_set_name_selector (EMeetingListView *lview, ENameSelector *name_selector);
G_END_DECLS