aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-types.h')
-rw-r--r--lib/ephy-types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ephy-types.h b/lib/ephy-types.h
index 70ce681e0..da27ceaaf 100644
--- a/lib/ephy-types.h
+++ b/lib/ephy-types.h
@@ -30,6 +30,17 @@ typedef enum
G_NOT_IMPLEMENTED
} gresult;
+/* Ids of the root nodes of history,
+ * bookmarks and favicon cache */
+enum
+{
+ BOOKMARKS_NODE_ID = 0,
+ KEYWORDS_NODE_ID = 1,
+ HOSTS_NODE_ID = 5,
+ PAGES_NODE_ID = 6,
+ ICONS_NODE_ID = 9,
+};
+
G_END_DECLS
#endif