aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service-private.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-03-07 22:40:21 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-03-08 00:14:10 +0800
commit5d2779a4aa7e8fd9736a9d828bdabe9554b9e008 (patch)
tree178ddf78876e37661eae43b0f1777757aff89218 /lib/history/ephy-history-service-private.h
parentd51cdf7240df9be55c43d9fe417173d2423aad35 (diff)
downloadgsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar.gz
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar.bz2
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar.lz
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar.xz
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar.zst
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.zip
ephy-history-service: remove orphan hosts from database
After removing all the urls in a host, we don't need that host anymore. https://bugzilla.gnome.org/show_bug.cgi?id=671559
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 b585d403d..08947701b 100644
--- a/lib/history/ephy-history-service-private.h
+++ b/lib/history/ephy-history-service-private.h
@@ -52,5 +52,6 @@ EphyHistoryHost * ephy_history_service_get_host_row (EphyHisto
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);
+void ephy_history_service_delete_orphan_hosts (EphyHistoryService *self);
#endif /* EPHY_HISTORY_SERVICE_PRIVATE_H */