diff options
Diffstat (limited to 'lib/history/ephy-history-service-private.h')
-rw-r--r-- | lib/history/ephy-history-service-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |