diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-21 05:27:53 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-21 05:27:53 +0800 |
commit | 57ee9b0d0130191ee04f2601e60a92eee8271ac9 (patch) | |
tree | 33cb8d3c709a80ee4ab217948f98a46040039159 /calendar/gui/e-meeting-edit.h | |
parent | 2da3ba3890493284503868269891bed6420355b4 (diff) | |
download | gsoc2013-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.h | 4 |
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); |