Author: kelnos
Date: 2008-09-12 06:05:45 +0000 (Fri, 12 Sep 2008)
New Revision: 27826
Modified:
xfconf/trunk/xfconf/xfconf-channel.c
xfconf/trunk/xfconf/xfconf-channel.h
Log:
whoops, "const gchar **" certainly isn't right... -> "gchar * const *"
Modified: xfconf/trunk/xfconf/xfconf-channel.c
===================================================================
--- xfconf/trunk/xfconf/xfconf-channel.c 2008-09-12 05:39:34 UTC (rev
27825)
+++ xfconf/trunk/xfconf/xfconf-channel.c 2008-09-12 06:05:45 UTC (rev
27826)
@@ -757,7 +757,7 @@
gboolean
xfconf_channel_set_string_list(XfconfChannel *channel,
const gchar *property,
- const gchar **values)
+ gchar * const *values)
{
GPtrArray *arr;
GValue *val;
Modified: xfconf/trunk/xfconf/xfconf-channel.h
===================================================================
--- xfconf/trunk/xfconf/xfconf-channel.h 2008-09-12 05:39:34 UTC (rev
27825)
+++ xfconf/trunk/xfconf/xfconf-channel.h 2008-09-12 06:05:45 UTC (rev
27826)
@@ -102,7 +102,7 @@
const gchar *property)
G_GNUC_WARN_UNUSED_RESULT;
gboolean xfconf_channel_set_string_list(XfconfChannel *channel,
const gchar *property,
- const gchar **values);
+ gchar * const *values);
/* really generic API - can set some value types that aren't
* supported by the basic type API, e.g., char, signed short,
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits