aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Evolution-Mail.idl
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-06-02 13:51:41 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-06-02 13:51:41 +0800
commit5c1993b9bace20bec8ff95e69aa3f56588eaa87c (patch)
tree52ec337ed9f950c843f66cf3647ce32b619a6124 /mail/Evolution-Mail.idl
parent79086a141808831e3d7e49969f507678d08e6bec (diff)
downloadgsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar
gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar.gz
gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar.bz2
gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar.lz
gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar.xz
gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar.zst
gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.zip
only let this be included once.
2005-06-02 Not Zed <NotZed@Ximian.com> * Evolution-Mail.idl: only let this be included once. * mail-component.c (mail_component_class_init): Setup a test function, and fix the bonobo init function so we're actually a mailcomponent and not just an evolutioncomponent. svn path=/trunk/; revision=29446
Diffstat (limited to 'mail/Evolution-Mail.idl')
-rw-r--r--mail/Evolution-Mail.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/Evolution-Mail.idl b/mail/Evolution-Mail.idl
index 82097a9c1e..52afa167de 100644
--- a/mail/Evolution-Mail.idl
+++ b/mail/Evolution-Mail.idl
@@ -1,9 +1,18 @@
+
+#ifndef _GNOME_EVOLUTION_MAILCOMPONENT_IDL
+#define _GNOME_EVOLUTION_MAILCOMPONENT_IDL
+
+
#include <shell/Evolution-Component.idl>
module GNOME {
module Evolution {
interface MailComponent : Component {
// Insert wonderous remote mail operations here.
+
+ void test();
};
};
};
+
+#endif