diff options
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index d920e80956..04e45157c9 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -57,6 +57,8 @@ module Evolution { void unsetOwner () raises (NotOwned); + void interactive (in boolean now_interactive); + void debug (in string log_path); /* FIXME: We might want more exceptions here. */ |