From 399c91bc8724e0ca26370d7552b841c0669be87d Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Fri, 7 Sep 2012 10:13:24 +0300 Subject: 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 --- 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 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); -- cgit v1.2.3