[Xfce4-commits] r26812 - xfconf/trunk/common

Stephan Arts stephan at xfce.org
Thu Apr 10 10:31:13 CEST 2008


Author: stephan
Date: 2008-04-10 08:31:13 +0000 (Thu, 10 Apr 2008)
New Revision: 26812

Modified:
   xfconf/trunk/common/xfconf-util.h
Log:
Add G_GNUC_INTERNAL to xfconf_g_value_free function (restores abi)



Modified: xfconf/trunk/common/xfconf-util.h
===================================================================
--- xfconf/trunk/common/xfconf-util.h	2008-04-10 07:09:38 UTC (rev 26811)
+++ xfconf/trunk/common/xfconf-util.h	2008-04-10 08:31:13 UTC (rev 26812)
@@ -27,6 +27,7 @@
 #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;
+void xfconf_g_value_free(GValue *value) G_GNUC_INTERNAL;
 
 G_END_DECLS
 



More information about the Xfce4-commits mailing list