diff options
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index bb9b4ae682..90cd6fa57d 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -88,8 +88,11 @@ module Evolution { /* Notify the component of whether the shell is currently * running in interactive mode or not. (I.e. basically, - * whether there are any Evolution windows on the screen.) */ - void interactive (in boolean now_interactive); + * whether there are any Evolution windows on the screen.) + * @new_view_xid is an X Window ID ("None" if + * @now_interactive is FALSE) */ + void interactive (in boolean now_interactive, + in unsigned long new_view_xid); /* Send debugging output to the file specified. */ void debug (in string log_path); |