diff options
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r-- | shell/Evolution-Shell.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index 496fdd8a27..4f3d18b169 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -11,8 +11,12 @@ #include <Bonobo.idl> module Evolution { + interface ShellComponent; + interface Shell : Bonobo::Unknown { - /* Nothing for now. */ - void dummy_method (); + exception NotFound {}; + + ShellComponent get_component_for_type (in string type) + raises (NotFound); }; }; |