diff options
author | Xan Lopez <xan@igalia.com> | 2012-12-12 20:09:39 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-12-12 20:09:39 +0800 |
commit | ceab3ce08927ec45bb880371b7f31041a5192851 (patch) | |
tree | 8ab7c7d77d071f21e12954e89a5fefcacbcbac60 /lib/ephy-profile-utils.h | |
parent | 5660617413c37eb397a50361b6ca5bdd250b5be5 (diff) | |
download | gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar.gz gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar.bz2 gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar.lz gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar.xz gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar.zst gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.zip |
Define the names of the history and bookmarks files in just one place
Diffstat (limited to 'lib/ephy-profile-utils.h')
-rw-r--r-- | lib/ephy-profile-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ephy-profile-utils.h b/lib/ephy-profile-utils.h index 5a9b84433..1e9d071db 100644 --- a/lib/ephy-profile-utils.h +++ b/lib/ephy-profile-utils.h @@ -28,6 +28,10 @@ #define EPHY_PROFILE_MIGRATION_VERSION 8 +#define EPHY_HISTORY_FILE "ephy-history.db" +#define EPHY_BOOKMARKS_FILE "ephy-bookmarks.xml" +#define EPHY_BOOKMARKS_FILE_RDF "bookmarks.rdf" + int ephy_profile_utils_get_migration_version (void); gboolean ephy_profile_utils_set_migration_version (int version); |