aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-05-11 01:28:05 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-05-11 01:28:05 +0800
commit477a3fa1f329ab95464c9078f6f33c06774e18c1 (patch)
treea7d04f25c974b81e8154bbd0853d6afe690f3c99 /lib
parente7fd761bd7a2820298025394951e48281867e0cc (diff)
downloadgsoc2013-epiphany-477a3fa1f329ab95464c9078f6f33c06774e18c1.tar
gsoc2013-epiphany-477a3fa1f329ab95464c9078f6f33c06774e18c1.tar.gz
gsoc2013-epiphany-477a3fa1f329ab95464c9078f6f33c06774e18c1.tar.bz2
gsoc2013-epiphany-477a3fa1f329ab95464c9078f6f33c06774e18c1.tar.lz
gsoc2013-epiphany-477a3fa1f329ab95464c9078f6f33c06774e18c1.tar.xz
gsoc2013-epiphany-477a3fa1f329ab95464c9078f6f33c06774e18c1.tar.zst
gsoc2013-epiphany-477a3fa1f329ab95464c9078f6f33c06774e18c1.zip
broken pipe pfff
Diffstat (limited to 'lib')
-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,