diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 119cb87b14..84ce5da551 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -80,6 +80,8 @@ struct _EShellClass { void (* no_views_left) (EShell *shell); void (* line_status_changed) (EShell *shell, EShellLineStatus status); + void (* new_view_created) (EShell *shell, EShellView *view); + }; |