aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-edit.h
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-10-21 05:27:53 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-10-21 05:27:53 +0800
commit57ee9b0d0130191ee04f2601e60a92eee8271ac9 (patch)
tree33cb8d3c709a80ee4ab217948f98a46040039159 /calendar/gui/e-meeting-edit.h
parent2da3ba3890493284503868269891bed6420355b4 (diff)
downloadgsoc2013-evolution-57ee9b0d0130191ee04f2601e60a92eee8271ac9.tar
gsoc2013-evolution-57ee9b0d0130191ee04f2601e60a92eee8271ac9.tar.gz
gsoc2013-evolution-57ee9b0d0130191ee04f2601e60a92eee8271ac9.tar.bz2
gsoc2013-evolution-57ee9b0d0130191ee04f2601e60a92eee8271ac9.tar.lz
gsoc2013-evolution-57ee9b0d0130191ee04f2601e60a92eee8271ac9.tar.xz
gsoc2013-evolution-57ee9b0d0130191ee04f2601e60a92eee8271ac9.tar.zst
gsoc2013-evolution-57ee9b0d0130191ee04f2601e60a92eee8271ac9.zip
added more (unworking) integration with the
meeting schedular. svn path=/trunk/; revision=6088
Diffstat (limited to 'calendar/gui/e-meeting-edit.h')
-rw-r--r--calendar/gui/e-meeting-edit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-edit.h b/calendar/gui/e-meeting-edit.h
index 783a9c6b34..953dd23428 100644
--- a/calendar/gui/e-meeting-edit.h
+++ b/calendar/gui/e-meeting-edit.h
@@ -27,6 +27,7 @@
#include <glade/glade.h>
#include <cal-util/cal-component.h>
#include <cal-client/cal-client.h>
+#include "event-editor.h"
typedef struct _EMeetingEditor EMeetingEditor;
@@ -35,7 +36,8 @@ struct _EMeetingEditor {
};
-EMeetingEditor * e_meeting_editor_new (CalComponent *comp, CalClient *client);
+EMeetingEditor * e_meeting_editor_new (CalComponent *comp, CalClient *client,
+ EventEditor *ee);
void e_meeting_edit (EMeetingEditor *editor);
void e_meeting_editor_free (EMeetingEditor *editor);