aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service-private.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-09-07 15:13:24 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-10 13:14:27 +0800
commit399c91bc8724e0ca26370d7552b841c0669be87d (patch)
tree56bf496ead7c4df2cc358e70a0bd3decd83e8b4e /lib/history/ephy-history-service-private.h
parenta3361d48035eb48c49aff443dff634105a6bb6c7 (diff)
downloadgsoc2013-epiphany-399c91bc8724e0ca26370d7552b841c0669be87d.tar
gsoc2013-epiphany-399c91bc8724e0ca26370d7552b841c0669be87d.tar.gz
gsoc2013-epiphany-399c91bc8724e0ca26370d7552b841c0669be87d.tar.bz2
gsoc2013-epiphany-399c91bc8724e0ca26370d7552b841c0669be87d.tar.lz
gsoc2013-epiphany-399c91bc8724e0ca26370d7552b841c0669be87d.tar.xz
gsoc2013-epiphany-399c91bc8724e0ca26370d7552b841c0669be87d.tar.zst
gsoc2013-epiphany-399c91bc8724e0ca26370d7552b841c0669be87d.zip
ephy-history-service: add urls-visited signal
This signal is emitted in bulks and is intended for clients that are not interested in every single URL that is visited but only to know that visits have happened. https://bugzilla.gnome.org/show_bug.cgi?id=683550
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 4235e9d93..7fb96bdc2 100644
--- a/lib/history/ephy-history-service-private.h
+++ b/lib/history/ephy-history-service-private.h
@@ -29,6 +29,7 @@ struct _EphyHistoryServicePrivate {
GAsyncQueue *queue;
gboolean scheduled_to_quit;
gboolean scheduled_to_commit;
+ int queue_urls_visited_id;
};
void ephy_history_service_schedule_commit (EphyHistoryService *self);