diff options
Diffstat (limited to 'shell/evolution-shell-view.h')
-rw-r--r-- | shell/evolution-shell-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-shell-view.h b/shell/evolution-shell-view.h index e12e8be2e1..546a1a9640 100644 --- a/shell/evolution-shell-view.h +++ b/shell/evolution-shell-view.h @@ -61,6 +61,8 @@ struct _EvolutionShellViewClass { void (* set_message) (EvolutionShellView *shell_view, const char *message, gboolean busy); void (* unset_message) (EvolutionShellView *shell_view); + void (* change_current_view) (EvolutionShellView *shell_view, const char *uri); + void (* set_title) (EvolutionShellView *shell_view, const char *message); }; |