[Xfce4-commits] <xfconf:xfce-4.6> fix compilation with Sun cc (bug 5477)

Brian J. Tarricone brian at tarricone.org
Sat Sep 5 05:48:02 CEST 2009


Updating branch refs/heads/xfce-4.6
         to 4f0429938ac8892894f0117a5b1cdafd0dab6c91 (commit)
       from 3417ffd7ad5c8127eb3bf011b818d67d72837726 (commit)

commit 4f0429938ac8892894f0117a5b1cdafd0dab6c91
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Fri Sep 4 20:47:12 2009 -0700

    fix compilation with Sun cc (bug 5477)

 common/xfconf-gvaluefuncs.h    |   16 ++++++++--------
 xfconfd/xfconf-locking-utils.h |    2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/common/xfconf-gvaluefuncs.h b/common/xfconf-gvaluefuncs.h
index da67ee1..fff9580 100644
--- a/common/xfconf-gvaluefuncs.h
+++ b/common/xfconf-gvaluefuncs.h
@@ -24,18 +24,18 @@
 
 G_BEGIN_DECLS
 
-GType _xfconf_gtype_from_string(const gchar *type) G_GNUC_INTERNAL;
-G_CONST_RETURN gchar *_xfconf_string_from_gtype(GType gtype) G_GNUC_INTERNAL;
+G_GNUC_INTERNAL GType _xfconf_gtype_from_string(const gchar *type);
+G_GNUC_INTERNAL G_CONST_RETURN gchar *_xfconf_string_from_gtype(GType gtype);
 
-gboolean _xfconf_gvalue_from_string(GValue *value,
-                                    const gchar *str) G_GNUC_INTERNAL;
+G_GNUC_INTERNAL gboolean _xfconf_gvalue_from_string(GValue *value,
+                                                    const gchar *str);
 
-gchar *_xfconf_string_from_gvalue(GValue *value) G_GNUC_INTERNAL;
+G_GNUC_INTERNAL gchar *_xfconf_string_from_gvalue(GValue *value);
 
-gboolean _xfconf_gvalue_is_equal(const GValue *value1,
-                                 const GValue *value2) G_GNUC_INTERNAL;
+G_GNUC_INTERNAL gboolean _xfconf_gvalue_is_equal(const GValue *value1,
+                                                 const GValue *value2);
 
-void _xfconf_gvalue_free(GValue *value) G_GNUC_INTERNAL;
+G_GNUC_INTERNAL void _xfconf_gvalue_free(GValue *value);
 
 G_END_DECLS
 
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
 



More information about the Xfce4-commits mailing list