Files
evolution/plugins/mail-remote/Evolution.idl
Not Zed 79086a1418 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
2005-06-02 05:51:16 +00:00

7 lines
174 B
Plaintext

/* 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>