From 6ebe03244f6bcc983e4ad3d06ab0dd09634a5937 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 8 Mar 2012 00:16:23 +0200 Subject: ephy-history-service: add API to query for hosts By now, the public API only supports filtering by time range, but filtering by string matching is also possible. --- lib/history/ephy-history-service-private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/history/ephy-history-service-private.h') diff --git a/lib/history/ephy-history-service-private.h b/lib/history/ephy-history-service-private.h index 08947701b..c616b3470 100644 --- a/lib/history/ephy-history-service-private.h +++ b/lib/history/ephy-history-service-private.h @@ -50,6 +50,7 @@ void ephy_history_service_add_host_row (EphyHisto void ephy_history_service_update_host_row (EphyHistoryService *self, EphyHistoryHost *host); EphyHistoryHost * ephy_history_service_get_host_row (EphyHistoryService *self, const gchar *url_string, EphyHistoryHost *host); GList * ephy_history_service_get_all_hosts (EphyHistoryService *self); +GList* ephy_history_service_find_host_rows (EphyHistoryService *self, EphyHistoryQuery *query); EphyHistoryHost * ephy_history_service_get_host_row_from_url (EphyHistoryService *self, const gchar *url); void ephy_history_service_delete_host_row (EphyHistoryService *self, EphyHistoryHost *host); void ephy_history_service_delete_orphan_hosts (EphyHistoryService *self); -- cgit v1.2.3