summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-01-25 18:27:34 -0500
committerRyan Lortie <desrt@desrt.ca>2011-01-25 18:29:46 -0500
commit09dd25588d5341a5ccbc5b7c3f8e9008eb425f47 (patch)
tree012a3e768c82bd7eef9906248b46b7c7b6eb439b /common
parentb1c5eacbbe32de475dbcd35f42769a0476aef88e (diff)
downloaddconf-09dd25588d5341a5ccbc5b7c3f8e9008eb425f47.tar.gz
Add G_GNUC_INTERNAL to symbols
We're being sloppy about symbol exports. Clean that up.
Diffstat (limited to 'common')
-rw-r--r--common/dconf-shmdir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/dconf-shmdir.h b/common/dconf-shmdir.h
index 38fda74..3b08de6 100644
--- a/common/dconf-shmdir.h
+++ b/common/dconf-shmdir.h
@@ -24,6 +24,7 @@
#include <glib.h>
+G_GNUC_INTERNAL
gchar *dconf_shmdir_from_environment (void);
#endif /* __dconf_shmdir_h__ */