diff options
Diffstat (limited to 'shell/Shell.idl')
-rw-r--r-- | shell/Shell.idl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/Shell.idl b/shell/Shell.idl index 0d615b6b3b..d776713b51 100644 --- a/shell/Shell.idl +++ b/shell/Shell.idl @@ -13,7 +13,11 @@ module GNOME { module Evolution { interface Shell : GNOME::Unknown { - + /* + * add a service to the shell. + * + */ + void AddService (string service); }; }; }; |