diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-03-02 11:14:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-03-02 11:14:42 +0800 |
commit | 85d0142d21286ce87cd5f6c3d1e2f71aa994151f (patch) | |
tree | adf19534f082b2074b3c7e7faf0ef10aa5c51806 /mail/e-mail-shell-content.h | |
parent | 08b1d0ae8e36ef20da800bf6358ca0cd9fb4e026 (diff) | |
download | gsoc2013-evolution-85d0142d21286ce87cd5f6c3d1e2f71aa994151f.tar gsoc2013-evolution-85d0142d21286ce87cd5f6c3d1e2f71aa994151f.tar.gz gsoc2013-evolution-85d0142d21286ce87cd5f6c3d1e2f71aa994151f.tar.bz2 gsoc2013-evolution-85d0142d21286ce87cd5f6c3d1e2f71aa994151f.tar.lz gsoc2013-evolution-85d0142d21286ce87cd5f6c3d1e2f71aa994151f.tar.xz gsoc2013-evolution-85d0142d21286ce87cd5f6c3d1e2f71aa994151f.tar.zst gsoc2013-evolution-85d0142d21286ce87cd5f6c3d1e2f71aa994151f.zip |
Move text searching UI into a new EMailSearchBar widget.
svn path=/branches/kill-bonobo/; revision=37351
Diffstat (limited to 'mail/e-mail-shell-content.h')
-rw-r--r-- | mail/e-mail-shell-content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/e-mail-shell-content.h b/mail/e-mail-shell-content.h index 2c328ce268..a27e1a6f7e 100644 --- a/mail/e-mail-shell-content.h +++ b/mail/e-mail-shell-content.h @@ -76,6 +76,9 @@ void e_mail_shell_content_set_vertical_view GalViewInstance * e_mail_shell_content_get_view_instance (EMailShellContent *mail_shell_content); +void e_mail_shell_content_set_search_strings + (EMailShellContent *mail_shell_content, + GSList *search_strings); void e_mail_shell_content_update_view_instance (EMailShellContent *mail_shell_content); |