diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-16 02:49:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-18 22:57:36 +0800 |
commit | 2197e6401ec8c5e1b77fa51e085ac068daa39e6a (patch) | |
tree | 2eb7a7d3e6113a41da3ee5305a9be662ef1c8f45 /shell/e-shell-content.h | |
parent | 776d7f50b565424e4ab5306af56986e59c00d3b9 (diff) | |
download | gsoc2013-evolution-2197e6401ec8c5e1b77fa51e085ac068daa39e6a.tar.gz gsoc2013-evolution-2197e6401ec8c5e1b77fa51e085ac068daa39e6a.tar.zst gsoc2013-evolution-2197e6401ec8c5e1b77fa51e085ac068daa39e6a.zip |
Implement EAlertSinkInterface in EShellContent.
Use the same alert handling policy as the composer.
Diffstat (limited to 'shell/e-shell-content.h')
-rw-r--r-- | shell/e-shell-content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-content.h b/shell/e-shell-content.h index a92ac346b8..099c841655 100644 --- a/shell/e-shell-content.h +++ b/shell/e-shell-content.h @@ -22,6 +22,7 @@ #ifndef E_SHELL_CONTENT_H #define E_SHELL_CONTENT_H +#include <misc/e-alert-bar.h> #include <shell/e-shell-common.h> /* Standard GObject macros */ @@ -78,6 +79,7 @@ void e_shell_content_set_searchbar (EShellContent *shell_content, guint32 e_shell_content_check_state (EShellContent *shell_content); void e_shell_content_focus_search_results (EShellContent *shell_content); +EAlertBar * e_shell_content_get_alert_bar (EShellContent *shell_content); struct _EShellView * e_shell_content_get_shell_view (EShellContent *shell_content); const gchar * e_shell_content_get_view_id (EShellContent *shell_content); |