aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-types.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-03-03 03:15:50 +0800
committerXan Lopez <xan@igalia.com>2012-03-07 04:49:46 +0800
commit03ec152d954d554ac6cca8d26616dfa55acda460 (patch)
treee03dcdb8e8a46f2af17073918a355f32d8e17b5f /lib/history/ephy-history-types.h
parentf73a9d9a5ba6a3f7613fc566af24c75d022a27ec (diff)
downloadgsoc2013-epiphany-03ec152d954d554ac6cca8d26616dfa55acda460.tar
gsoc2013-epiphany-03ec152d954d554ac6cca8d26616dfa55acda460.tar.gz
gsoc2013-epiphany-03ec152d954d554ac6cca8d26616dfa55acda460.tar.bz2
gsoc2013-epiphany-03ec152d954d554ac6cca8d26616dfa55acda460.tar.lz
gsoc2013-epiphany-03ec152d954d554ac6cca8d26616dfa55acda460.tar.xz
gsoc2013-epiphany-03ec152d954d554ac6cca8d26616dfa55acda460.tar.zst
gsoc2013-epiphany-03ec152d954d554ac6cca8d26616dfa55acda460.zip
Allow the visits and urls queries to be host-specific
Diffstat (limited to 'lib/history/ephy-history-types.h')
-rw-r--r--lib/history/ephy-history-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/history/ephy-history-types.h b/lib/history/ephy-history-types.h
index 67af9bbe6..4ff836fc6 100644
--- a/lib/history/ephy-history-types.h
+++ b/lib/history/ephy-history-types.h
@@ -85,6 +85,7 @@ typedef struct _EphyHistoryQuery
gint64 to;
guint limit;
GList* substring_list;
+ gint host;
EphyHistorySortType sort_type;
} EphyHistoryQuery;