From 7c07f1031fea5582d2068bcc813cfa54afef10b7 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Sun, 12 Aug 2012 19:40:07 +0300 Subject: ephy-history-service: add backend bits to support the new hidden column --- lib/history/ephy-history-types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/history/ephy-history-types.h') diff --git a/lib/history/ephy-history-types.h b/lib/history/ephy-history-types.h index 28e762d4e..fab221c3c 100644 --- a/lib/history/ephy-history-types.h +++ b/lib/history/ephy-history-types.h @@ -71,6 +71,7 @@ typedef struct _EphyHistoryURL int visit_count; int typed_count; int last_visit_time; + gboolean hidden; EphyHistoryHost *host; } EphyHistoryURL; @@ -88,6 +89,7 @@ typedef struct _EphyHistoryQuery gint64 to; guint limit; GList* substring_list; + gboolean ignore_hidden; gint host; EphyHistorySortType sort_type; } EphyHistoryQuery; -- cgit v1.2.3