aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-content.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-02-14 08:30:08 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-02-14 08:30:08 +0800
commitccd8e3964f548798eb05a430b3ea81b2760069cc (patch)
tree384bc6d1922e4b3ecf98d698fcd921dceeeeef8a /shell/e-shell-content.h
parent4f60c57f314db049153feeb2a8b28cfeaf4fa81a (diff)
downloadgsoc2013-evolution-ccd8e3964f548798eb05a430b3ea81b2760069cc.tar
gsoc2013-evolution-ccd8e3964f548798eb05a430b3ea81b2760069cc.tar.gz
gsoc2013-evolution-ccd8e3964f548798eb05a430b3ea81b2760069cc.tar.bz2
gsoc2013-evolution-ccd8e3964f548798eb05a430b3ea81b2760069cc.tar.lz
gsoc2013-evolution-ccd8e3964f548798eb05a430b3ea81b2760069cc.tar.xz
gsoc2013-evolution-ccd8e3964f548798eb05a430b3ea81b2760069cc.tar.zst
gsoc2013-evolution-ccd8e3964f548798eb05a430b3ea81b2760069cc.zip
Get mail search bar partially working without help from EFilterBar.
Search scope (current folder, current account, etc.) is still ignored. svn path=/branches/kill-bonobo/; revision=37263
Diffstat (limited to 'shell/e-shell-content.h')
-rw-r--r--shell/e-shell-content.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/e-shell-content.h b/shell/e-shell-content.h
index 98ec2c8f68..04639771f3 100644
--- a/shell/e-shell-content.h
+++ b/shell/e-shell-content.h
@@ -85,9 +85,6 @@ GtkWidget * e_shell_content_new (struct _EShellView *shell_view);
guint32 e_shell_content_check_state (EShellContent *shell_content);
struct _EShellView *
e_shell_content_get_shell_view (EShellContent *shell_content);
-RuleContext * e_shell_content_get_context (EShellContent *shell_content);
-void e_shell_content_set_context (EShellContent *shell_content,
- RuleContext *context);
GtkRadioAction *e_shell_content_get_filter_action
(EShellContent *shell_content);
void e_shell_content_set_filter_action
@@ -115,9 +112,6 @@ void e_shell_content_set_search_rule (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);
-gint e_shell_content_get_search_value(EShellContent *shell_content);
-void e_shell_content_set_search_value(EShellContent *shell_content,
- gint search_value);
gboolean e_shell_content_get_search_visible
(EShellContent *shell_content);
void e_shell_content_set_search_visible