aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-types.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-08-13 00:40:07 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-01 02:34:00 +0800
commit7c07f1031fea5582d2068bcc813cfa54afef10b7 (patch)
tree1be97267384ec51a624874dd49dd7a4da5416e85 /lib/history/ephy-history-types.h
parent03c2cd35009afd4f572130c44ca4018f425a9def (diff)
downloadgsoc2013-epiphany-7c07f1031fea5582d2068bcc813cfa54afef10b7.tar
gsoc2013-epiphany-7c07f1031fea5582d2068bcc813cfa54afef10b7.tar.gz
gsoc2013-epiphany-7c07f1031fea5582d2068bcc813cfa54afef10b7.tar.bz2
gsoc2013-epiphany-7c07f1031fea5582d2068bcc813cfa54afef10b7.tar.lz
gsoc2013-epiphany-7c07f1031fea5582d2068bcc813cfa54afef10b7.tar.xz
gsoc2013-epiphany-7c07f1031fea5582d2068bcc813cfa54afef10b7.tar.zst
gsoc2013-epiphany-7c07f1031fea5582d2068bcc813cfa54afef10b7.zip
ephy-history-service: add backend bits to support the new hidden column
Diffstat (limited to 'lib/history/ephy-history-types.h')
-rw-r--r--lib/history/ephy-history-types.h2
1 files changed, 2 insertions, 0 deletions
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;