aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-view.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-12-11 04:12:48 +0800
committerMilan Crha <mcrha@redhat.com>2009-12-11 04:12:48 +0800
commit223c2f4a75c5423db244430ca3630717e2735a52 (patch)
tree962dc68f7636586f2224f131a7ecd306d53b7589 /addressbook/gui/widgets/e-addressbook-view.h
parent4a9bf4dffd98346f9eee848708df573df56ed1d6 (diff)
downloadgsoc2013-evolution-223c2f4a75c5423db244430ca3630717e2735a52.tar
gsoc2013-evolution-223c2f4a75c5423db244430ca3630717e2735a52.tar.gz
gsoc2013-evolution-223c2f4a75c5423db244430ca3630717e2735a52.tar.bz2
gsoc2013-evolution-223c2f4a75c5423db244430ca3630717e2735a52.tar.lz
gsoc2013-evolution-223c2f4a75c5423db244430ca3630717e2735a52.tar.xz
gsoc2013-evolution-223c2f4a75c5423db244430ca3630717e2735a52.tar.zst
gsoc2013-evolution-223c2f4a75c5423db244430ca3630717e2735a52.zip
Bug #602998 - Contacts searches are supposed to be per address book
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-view.h')
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.h b/addressbook/gui/widgets/e-addressbook-view.h
index 6abab6bf7a..319d060b89 100644
--- a/addressbook/gui/widgets/e-addressbook-view.h
+++ b/addressbook/gui/widgets/e-addressbook-view.h
@@ -29,6 +29,7 @@
#include <menus/gal-view-instance.h>
#include <misc/e-selection-model.h>
#include <shell/e-shell-view.h>
+#include <filter/e-filter-rule.h>
#include "e-addressbook-model.h"
#include "eab-contact-display.h"
@@ -117,6 +118,18 @@ void e_addressbook_view_move_to_folder
gboolean e_addressbook_view_can_create (EAddressbookView *view);
+void e_addressbook_view_set_search (EAddressbookView *view,
+ gint filter_id,
+ gint search_id,
+ const gchar *search_text,
+ EFilterRule *advanced_search);
+
+void e_addressbook_view_get_search (EAddressbookView *view,
+ gint *filter_id,
+ gint *search_id,
+ gchar **search_text,
+ EFilterRule **advanced_search);
+
G_END_DECLS
#endif /* E_ADDRESSBOOK_VIEW_H */