diff options
author | Milan Crha <mcrha@redhat.com> | 2009-11-19 22:40:50 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-11-19 22:40:50 +0800 |
commit | aa813bd7cadffa0110ddeeecd2b8df9d367db6e1 (patch) | |
tree | 8580dce61f4952b17225fa5262339432db092e4c /shell/e-shell-content.h | |
parent | 72861cffee5a3f9a5434fe0a94c7ec60beec1cc2 (diff) | |
download | gsoc2013-evolution-aa813bd7cadffa0110ddeeecd2b8df9d367db6e1.tar.gz gsoc2013-evolution-aa813bd7cadffa0110ddeeecd2b8df9d367db6e1.tar.zst gsoc2013-evolution-aa813bd7cadffa0110ddeeecd2b8df9d367db6e1.zip |
Bug #579599 - Let the Advanced Search work again
Diffstat (limited to 'shell/e-shell-content.h')
-rw-r--r-- | shell/e-shell-content.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/e-shell-content.h b/shell/e-shell-content.h index 9449040072..9ee9219cfb 100644 --- a/shell/e-shell-content.h +++ b/shell/e-shell-content.h @@ -112,6 +112,8 @@ void e_shell_content_set_search_hint (EShellContent *shell_content, EFilterRule * e_shell_content_get_search_rule (EShellContent *shell_content); void e_shell_content_set_search_rule (EShellContent *shell_content, EFilterRule *search_rule); +gchar * e_shell_content_get_search_rule_as_string + (EShellContent *shell_content); const gchar * e_shell_content_get_search_text (EShellContent *shell_content); void e_shell_content_set_search_text (EShellContent *shell_content, const gchar *search_text); @@ -131,6 +133,11 @@ gboolean e_shell_content_get_scope_visible void e_shell_content_set_scope_visible (EShellContent *shell_content, gboolean scope_visible); +void e_shell_content_set_search_radio_action + (EShellContent *shell_content, + GtkRadioAction *search_action); +GtkRadioAction *e_shell_content_get_search_radio_action + (EShellContent *shell_content); const gchar * e_shell_content_get_view_id (EShellContent *shell_content); void e_shell_content_set_view_id (EShellContent *shell_content, const gchar *view_id); |