aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/schedule-page.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/dialogs/schedule-page.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/dialogs/schedule-page.h')
-rw-r--r--calendar/gui/dialogs/schedule-page.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/schedule-page.h b/calendar/gui/dialogs/schedule-page.h
index d4c7eafbdd..a5150d638f 100644
--- a/calendar/gui/dialogs/schedule-page.h
+++ b/calendar/gui/dialogs/schedule-page.h
@@ -23,6 +23,7 @@
#include "../e-meeting-store.h"
#include "comp-editor-page.h"
+#include <libedataserverui/e-name-selector.h>
G_BEGIN_DECLS
@@ -51,6 +52,7 @@ typedef struct {
GtkType schedule_page_get_type (void);
SchedulePage *schedule_page_construct (SchedulePage *mpage, EMeetingStore *ems);
SchedulePage *schedule_page_new (EMeetingStore *ems);
+void schedule_page_set_name_selector (SchedulePage *spage, ENameSelector *name_selector);