Files
evolution/mail/Evolution-Mail.idl
Not Zed 5c1993b9ba 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
2005-06-02 05:51:41 +00:00

19 lines
289 B
Plaintext

#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