aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service-private.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-03-06 23:08:50 +0800
committerXan Lopez <xan@igalia.com>2012-03-07 04:49:47 +0800
commite9463a9dc1fd77f741d3cc6a6c335db9733ebdf1 (patch)
tree17a61a1744446a4b5af683a722e5ab82ec807043 /lib/history/ephy-history-service-private.h
parentfd23fbade3ef2c5490f6d3e7f0a7de7c39872fff (diff)
downloadgsoc2013-epiphany-e9463a9dc1fd77f741d3cc6a6c335db9733ebdf1.tar
gsoc2013-epiphany-e9463a9dc1fd77f741d3cc6a6c335db9733ebdf1.tar.gz
gsoc2013-epiphany-e9463a9dc1fd77f741d3cc6a6c335db9733ebdf1.tar.bz2
gsoc2013-epiphany-e9463a9dc1fd77f741d3cc6a6c335db9733ebdf1.tar.lz
gsoc2013-epiphany-e9463a9dc1fd77f741d3cc6a6c335db9733ebdf1.tar.xz
gsoc2013-epiphany-e9463a9dc1fd77f741d3cc6a6c335db9733ebdf1.tar.zst
gsoc2013-epiphany-e9463a9dc1fd77f741d3cc6a6c335db9733ebdf1.zip
ephy-history-service: add a method to remove a host from the history
This method will remove all the history related to that host.
Diffstat (limited to 'lib/history/ephy-history-service-private.h')
-rw-r--r--lib/history/ephy-history-service-private.h1
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 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 */