aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-helpers.h
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/ephy-file-helpers.h
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/ephy-file-helpers.h')
-rw-r--r--lib/ephy-file-helpers.h2
1 files changed, 2 insertions, 0 deletions
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,