aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-node-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-node-common.h')
-rw-r--r--lib/ephy-node-common.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/ephy-node-common.h b/lib/ephy-node-common.h
index d97f8e943..72b550c1d 100644
--- a/lib/ephy-node-common.h
+++ b/lib/ephy-node-common.h
@@ -21,8 +21,13 @@
#ifndef __EPHY_NODE_COMMON_H
#define __EPHY_NODE_COMMON_H
-/* Ids of the root nodes of history,
- * bookmarks and favicon cache */
+/* Databases */
+#define EPHY_NODE_DB_HISTORY "EphyHistory"
+#define EPHY_NODE_DB_BOOKMARKS "EphyBookmarks"
+#define EPHY_NODE_DB_SITEICONS "EphySiteIcons"
+#define EPHY_NODE_DB_STATES "EphyStates"
+
+/* Root nodes */
enum
{
BOOKMARKS_NODE_ID = 0,