From fd23fbade3ef2c5490f6d3e7f0a7de7c39872fff Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 6 Mar 2012 11:34:50 +0200 Subject: Allow ephy_history_service_find_urls() to filter host specific urls --- lib/history/ephy-history-service.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/history/ephy-history-service.c') diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c index 26de9e43f..53363bc56 100644 --- a/lib/history/ephy-history-service.c +++ b/lib/history/ephy-history-service.c @@ -844,7 +844,7 @@ ephy_history_service_process_message (EphyHistoryService *self, void ephy_history_service_find_urls (EphyHistoryService *self, gint64 from, gint64 to, - guint limit, + guint limit, gint host, GList *substring_list, EphyHistoryJobCallback callback, gpointer user_data) @@ -858,6 +858,7 @@ ephy_history_service_find_urls (EphyHistoryService *self, query->to = to; query->substring_list = substring_list; query->sort_type = EPHY_HISTORY_SORT_MV; + query->host = host; if (limit != 0) query->limit = limit; -- cgit v1.2.3