aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-edit.h
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-10-03 00:17:04 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-10-03 00:17:04 +0800
commit4ba91933ab9ba3c23fd75d113efd7844a879c60b (patch)
tree651c0a60a100f4e96a631ba684adb0b73ca25286 /calendar/gui/e-meeting-edit.h
parente062edf57318b368b82862dc40c17bcd4be86661 (diff)
downloadgsoc2013-evolution-4ba91933ab9ba3c23fd75d113efd7844a879c60b.tar
gsoc2013-evolution-4ba91933ab9ba3c23fd75d113efd7844a879c60b.tar.gz
gsoc2013-evolution-4ba91933ab9ba3c23fd75d113efd7844a879c60b.tar.bz2
gsoc2013-evolution-4ba91933ab9ba3c23fd75d113efd7844a879c60b.tar.lz
gsoc2013-evolution-4ba91933ab9ba3c23fd75d113efd7844a879c60b.tar.xz
gsoc2013-evolution-4ba91933ab9ba3c23fd75d113efd7844a879c60b.tar.zst
gsoc2013-evolution-4ba91933ab9ba3c23fd75d113efd7844a879c60b.zip
*** empty log message ***
svn path=/trunk/; revision=5658
Diffstat (limited to 'calendar/gui/e-meeting-edit.h')
-rw-r--r--calendar/gui/e-meeting-edit.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-edit.h b/calendar/gui/e-meeting-edit.h
index 82b2af9288..783a9c6b34 100644
--- a/calendar/gui/e-meeting-edit.h
+++ b/calendar/gui/e-meeting-edit.h
@@ -28,7 +28,16 @@
#include <cal-util/cal-component.h>
#include <cal-client/cal-client.h>
-void e_meeting_edit (CalComponent *comp, CalClient *client);
+typedef struct _EMeetingEditor EMeetingEditor;
+
+struct _EMeetingEditor {
+ gpointer priv;
+};
+
+
+EMeetingEditor * e_meeting_editor_new (CalComponent *comp, CalClient *client);
+void e_meeting_edit (EMeetingEditor *editor);
+void e_meeting_editor_free (EMeetingEditor *editor);
#endif /* __E_MEETING_EDIT_H__ */