aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-08-29 21:48:39 +0800
committerXan Lopez <xlopez@igalia.com>2011-08-29 21:48:39 +0800
commite6785d3ccc5a5a7c933a50b1a224fc01ee741c9c (patch)
treeac5b3f998d95f6e947011ad3c74b3d2d9b76b6d9 /lib
parent52b5de7fb81e96af073d159869c508996a1ddb55 (diff)
downloadgsoc2013-epiphany-e6785d3ccc5a5a7c933a50b1a224fc01ee741c9c.tar
gsoc2013-epiphany-e6785d3ccc5a5a7c933a50b1a224fc01ee741c9c.tar.gz
gsoc2013-epiphany-e6785d3ccc5a5a7c933a50b1a224fc01ee741c9c.tar.bz2
gsoc2013-epiphany-e6785d3ccc5a5a7c933a50b1a224fc01ee741c9c.tar.lz
gsoc2013-epiphany-e6785d3ccc5a5a7c933a50b1a224fc01ee741c9c.tar.xz
gsoc2013-epiphany-e6785d3ccc5a5a7c933a50b1a224fc01ee741c9c.tar.zst
gsoc2013-epiphany-e6785d3ccc5a5a7c933a50b1a224fc01ee741c9c.zip
ephy-file-helpers: export the UUID env var in our header
We'll use it from src/ for a bit of a gross hack...
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-file-helpers.c1
-rw-r--r--lib/ephy-file-helpers.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index f1003b67b..f1e2e0e41 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -53,7 +53,6 @@
*/
#define EPHY_UUID "0d82d98f-7079-401c-abff-203fcde1ece3"
-#define EPHY_UUID_ENVVAR "EPHY_UNIQUE"
#define EPHY_UUID_ENVSTRING EPHY_UUID_ENVVAR "=" EPHY_UUID
#define DELAY_MAX_TICKS 64
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h
index 83d9198d0..0c5ab9b3d 100644
--- a/lib/ephy-file-helpers.h
+++ b/lib/ephy-file-helpers.h
@@ -45,6 +45,8 @@ typedef enum
EPHY_MIME_PERMISSION_UNKNOWN = 3
} EphyMimePermission;
+#define EPHY_UUID_ENVVAR "EPHY_UNIQUE"
+
gboolean ephy_file_helpers_init (const char *profile_dir,
gboolean private_profile,
gboolean keep_temp_dir,