summaryrefslogtreecommitdiff
path: root/xfconfd
diff options
context:
space:
mode:
authorBrian J. Tarricone <brian@tarricone.org>2009-09-04 20:47:12 -0700
committerBrian J. Tarricone <brian@tarricone.org>2009-09-04 20:47:22 -0700
commit33e2000ddb2a3f50a03409860eedd1626ca76467 (patch)
tree16cc93255f05ba945ca449ce3e59a2bd780bc53e /xfconfd
parente4bdbc5356ad69c35fd4e5f8bdd56879aaabd2d8 (diff)
downloadxfconf-33e2000ddb2a3f50a03409860eedd1626ca76467.tar.gz
fix compilation with Sun cc (bug 5477)
Diffstat (limited to 'xfconfd')
-rw-r--r--xfconfd/xfconf-locking-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfconfd/xfconf-locking-utils.h b/xfconfd/xfconf-locking-utils.h
index e969f47..68757a5 100644
--- a/xfconfd/xfconf-locking-utils.h
+++ b/xfconfd/xfconf-locking-utils.h
@@ -26,7 +26,7 @@ G_BEGIN_DECLS
#define XFCONF_DBUS_TYPE_G_DOUBLE_ARRAY (dbus_g_type_get_collection("GArray", G_TYPE_DOUBLE))
-gboolean xfconf_user_is_in_list(const gchar *list) G_GNUC_INTERNAL;
+G_GNUC_INTERNAL gboolean xfconf_user_is_in_list(const gchar *list);
G_END_DECLS