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
19 lines
289 B
Plaintext
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
|