diff options
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r-- | shell/evolution-shell-component.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 4b00f5df0a..f60f89f93d 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -68,8 +68,9 @@ struct _EvolutionShellComponentClass { /* Signals. */ - void (* owner_set) (EvolutionShellComponent *shell_component, - Evolution_Shell shell_interface); + void (* owner_set) (EvolutionShellComponent *shell_component, + Evolution_Shell shell_interface); + void (* owner_unset) (EvolutionShellComponent *shell_component); }; |