diff options
author | Not Zed <NotZed@Ximian.com> | 2005-06-02 12:30:16 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-06-02 12:30:16 +0800 |
commit | 84dd2e3f792d59dadacb9eb3bea0ad719002643a (patch) | |
tree | 2e28032d2bd8a0c1331222b21f6d533fc21e3eb4 /mail/Evolution-Mail.idl | |
parent | df95abe3008bfdf1385ec04485d796514f15cfd2 (diff) | |
download | gsoc2013-evolution-84dd2e3f792d59dadacb9eb3bea0ad719002643a.tar.gz gsoc2013-evolution-84dd2e3f792d59dadacb9eb3bea0ad719002643a.tar.zst gsoc2013-evolution-84dd2e3f792d59dadacb9eb3bea0ad719002643a.zip |
change this to sub-class evolution-component, not bonobo-object.
2005-06-02 Not Zed <NotZed@Ximian.com>
* mail-component.c: change this to sub-class evolution-component,
not bonobo-object.
* Evolution-Mail.idl: Made the mail component sub-class
Evolution.Component so it can add new interfaces for remote gui
mail operations.
svn path=/trunk/; revision=29444
Diffstat (limited to 'mail/Evolution-Mail.idl')
-rw-r--r-- | mail/Evolution-Mail.idl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/Evolution-Mail.idl b/mail/Evolution-Mail.idl new file mode 100644 index 0000000000..82097a9c1e --- /dev/null +++ b/mail/Evolution-Mail.idl @@ -0,0 +1,9 @@ +#include <shell/Evolution-Component.idl> + +module GNOME { +module Evolution { + interface MailComponent : Component { + // Insert wonderous remote mail operations here. + }; +}; +}; |