aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-hosts-store.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-03-08 00:53:19 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-03-08 05:17:54 +0800
commit7cc9e4a8e9d7a9ae063005e27bca383687b3084e (patch)
tree33233c810ad3cb87af2a8af55b65ef4981ed971a /lib/widgets/ephy-hosts-store.h
parentda98a6a19c33c67692713bd3548adb007fc8178b (diff)
downloadgsoc2013-epiphany-7cc9e4a8e9d7a9ae063005e27bca383687b3084e.tar
gsoc2013-epiphany-7cc9e4a8e9d7a9ae063005e27bca383687b3084e.tar.gz
gsoc2013-epiphany-7cc9e4a8e9d7a9ae063005e27bca383687b3084e.tar.bz2
gsoc2013-epiphany-7cc9e4a8e9d7a9ae063005e27bca383687b3084e.tar.lz
gsoc2013-epiphany-7cc9e4a8e9d7a9ae063005e27bca383687b3084e.tar.xz
gsoc2013-epiphany-7cc9e4a8e9d7a9ae063005e27bca383687b3084e.tar.zst
gsoc2013-epiphany-7cc9e4a8e9d7a9ae063005e27bca383687b3084e.zip
ephy-host-store: add a clear() method
This adds always a default item "All sites" which, when selected, will show all urls in all hosts. https://bugzilla.gnome.org/show_bug.cgi?id=671575
Diffstat (limited to 'lib/widgets/ephy-hosts-store.h')
-rw-r--r--lib/widgets/ephy-hosts-store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/widgets/ephy-hosts-store.h b/lib/widgets/ephy-hosts-store.h
index 5b61902f3..40502e8a0 100644
--- a/lib/widgets/ephy-hosts-store.h
+++ b/lib/widgets/ephy-hosts-store.h
@@ -63,6 +63,7 @@ void ephy_hosts_store_add_hosts (EphyHostsStore *store, G
void ephy_hosts_store_add_host (EphyHostsStore *store, EphyHistoryHost *host);
void ephy_hosts_store_add_visits (EphyHostsStore *store, GList *visits);
EphyHistoryHost* ephy_hosts_store_get_host_from_path (EphyHostsStore *store, GtkTreePath *path);
+void ephy_hosts_store_clear (EphyHostsStore *store);
G_END_DECLS