GNOME Bugzilla – Bug 625628
GDBusProxy: wrong property name sorting
Last modified: 2010-07-30 20:35:03 UTC
g_dbus_proxy_get_cached_property_names does g_ptr_array_sort (p, (GCompareFunc) g_strcmp0); which does not work as expected, since * <note><para>The comparison function for g_ptr_array_sort() doesn't * take the pointers from the array as arguments, it takes pointers to * the pointers in the array.</para></note>
Fixed here: http://git.gnome.org/browse/glib/commit/?id=dbf230991bab03e64b5bc1a2bb5ab618de2f9212