From c1209c281ed79b5dcc9c201f1968fba972c3641a Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 12 Jan 2000 04:25:38 +0000 Subject: More More svn path=/trunk/; revision=1561 --- shell/Evolution.idl | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 shell/Evolution.idl (limited to 'shell/Evolution.idl') 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 + +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); + }; + }; +}; + -- cgit v1.2.3