diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-24 23:02:59 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:19 +0800 |
commit | 672132f8a0098b029cf999f79b605058ee8796d1 (patch) | |
tree | 2b7f595151b54577ae6b4d4ccc494efdc58b10a2 /mail/e-mail-sidebar.h | |
parent | 8decdbc4cb82c5cda0df7f5f251832f3e8f06e4f (diff) | |
download | gsoc2013-evolution-672132f8a0098b029cf999f79b605058ee8796d1.tar.gz gsoc2013-evolution-672132f8a0098b029cf999f79b605058ee8796d1.tar.zst gsoc2013-evolution-672132f8a0098b029cf999f79b605058ee8796d1.zip |
EMFolderTree: Add an EAlertSink property.
Now EMFolderTree has access to both an EShellBackend and an EAlertSink;
everything it needs to build and submit EActivity instances.
Diffstat (limited to 'mail/e-mail-sidebar.h')
-rw-r--r-- | mail/e-mail-sidebar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/e-mail-sidebar.h b/mail/e-mail-sidebar.h index 8941c99746..84d8183c10 100644 --- a/mail/e-mail-sidebar.h +++ b/mail/e-mail-sidebar.h @@ -76,7 +76,8 @@ struct _EMailSidebarClass { }; GType e_mail_sidebar_get_type (void); -GtkWidget * e_mail_sidebar_new (EMailBackend *backend); +GtkWidget * e_mail_sidebar_new (EMailBackend *backend, + EAlertSink *alert_sink); GKeyFile * e_mail_sidebar_get_key_file (EMailSidebar *sidebar); void e_mail_sidebar_set_key_file (EMailSidebar *sidebar, GKeyFile *key_file); |