summaryrefslogtreecommitdiff
path: root/shm/dconf-shm.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-10-23 10:14:43 +0200
committerRyan Lortie <desrt@desrt.ca>2013-01-03 09:02:58 -0500
commit81521e8c1fef4911901278bff90746d2b3cc6ebf (patch)
treeb6ca49e74eab56472d6ab06e134730907cec5288 /shm/dconf-shm.h
parenta2bad17d26b596ef46fd2e9c60b9e0163a51012d (diff)
downloaddconf-81521e8c1fef4911901278bff90746d2b3cc6ebf.tar.gz
wip: NFS on the library sidewip/nfs-client
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__ */