aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution.idl')
-rw-r--r--shell/Evolution.idl32
1 files changed, 32 insertions, 0 deletions
diff --git a/shell/Evolution.idl b/shell/Evolution.idl
new file mode 100644
index 0000000000..936f60633e
--- /dev/null
+++ b/shell/Evolution.idl
@@ -0,0 +1,32 @@
+/*
+ * CORBA interface for the Evolution shell
+ *
+ * Authors:
+ * Miguel de Icaza (miguel@kernel.org)
+ *
+ * (C) 2000 Helix Code, Inc.
+ */
+#include <bonobo.idl>
+
+module GNOME {
+
+ module Evolution {
+
+ interface Shell : GNOME::Unknown {
+ enum NewType {
+ APPOINTMENT,
+ MEETING_REQUEST,
+ TASK,
+ TASK_REQUEST,
+ CONTACT,
+ MAIL_MESSAGE,
+ DISTRIBUTION_LIST,
+ JOURNAL_ENTRY,
+ NOTE
+ };
+
+ void new (in NewType type);
+ };
+ };
+};
+