summaryrefslogtreecommitdiff
path: root/shm/dconf-shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'shm/dconf-shm.h')
-rw-r--r--shm/dconf-shm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/shm/dconf-shm.h b/shm/dconf-shm.h
index c1f136c..3d77f16 100644
--- a/shm/dconf-shm.h
+++ b/shm/dconf-shm.h
@@ -25,6 +25,9 @@
#include <glib.h>
G_GNUC_INTERNAL
+const gchar * dconf_shm_get_shmdir (void);
+
+G_GNUC_INTERNAL
guint8 * dconf_shm_open (const gchar *name);
G_GNUC_INTERNAL
void dconf_shm_close (guint8 *shm);
@@ -37,4 +40,7 @@ dconf_shm_is_flagged (const guint8 *shm)
return shm == NULL || *shm != 0;
}
+G_GNUC_INTERNAL
+gboolean dconf_shm_homedir_is_native (void);
+
#endif /* __dconf_shm_h__ */