aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-remote/Evolution.idl
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-06-02 13:51:16 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-06-02 13:51:16 +0800
commit79086a141808831e3d7e49969f507678d08e6bec (patch)
treeeb902b70042566058ba2d8a0c78b32221e419085 /plugins/mail-remote/Evolution.idl
parent84dd2e3f792d59dadacb9eb3bea0ad719002643a (diff)
downloadgsoc2013-evolution-79086a141808831e3d7e49969f507678d08e6bec.tar
gsoc2013-evolution-79086a141808831e3d7e49969f507678d08e6bec.tar.gz
gsoc2013-evolution-79086a141808831e3d7e49969f507678d08e6bec.tar.bz2
gsoc2013-evolution-79086a141808831e3d7e49969f507678d08e6bec.tar.lz
gsoc2013-evolution-79086a141808831e3d7e49969f507678d08e6bec.tar.xz
gsoc2013-evolution-79086a141808831e3d7e49969f507678d08e6bec.tar.zst
gsoc2013-evolution-79086a141808831e3d7e49969f507678d08e6bec.zip
seutp an idl file so we only need to generate one set of skels/stubs for
2005-06-02 Not Zed <NotZed@Ximian.com> * Evolution.idl: seutp an idl file so we only need to generate one set of skels/stubs for all imported. * mail-remote.c (e_plugin_lib_enable): instead of writing ior to a file, just add the Session interface to the mail component. * client.c (get_session): use the new shell interface to find the mail compnent and retrieve the session interface using bonobo-activation, so the mailer starts if we try to access it. svn path=/trunk/; revision=29445
Diffstat (limited to 'plugins/mail-remote/Evolution.idl')
-rw-r--r--plugins/mail-remote/Evolution.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/mail-remote/Evolution.idl b/plugins/mail-remote/Evolution.idl
new file mode 100644
index 0000000000..c5385d5800
--- /dev/null
+++ b/plugins/mail-remote/Evolution.idl
@@ -0,0 +1,6 @@
+
+/* All external interfaces should go here, so we only create a single skels file */
+
+#include <Bonobo.idl>
+#include <shell/Evolution.idl>
+#include <mail/Evolution-Mail.idl>