From e9463a9dc1fd77f741d3cc6a6c335db9733ebdf1 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 6 Mar 2012 17:08:50 +0200 Subject: ephy-history-service: add a method to remove a host from the history This method will remove all the history related to that host. --- 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 4cf88d4c0..b585d403d 100644 --- a/lib/history/ephy-history-service-private.h +++ b/lib/history/ephy-history-service-private.h @@ -51,5 +51,6 @@ void ephy_history_service_update_host_row (EphyHisto EphyHistoryHost * ephy_history_service_get_host_row (EphyHistoryService *self, const gchar *url_string, EphyHistoryHost *host); GList * ephy_history_service_get_all_hosts (EphyHistoryService *self); 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); #endif /* EPHY_HISTORY_SERVICE_PRIVATE_H */ -- cgit v1.2.3