Make g_array_sort* methods use a stable sort
authorAlexander Larsson <alexl@redhat.com>
Wed, 14 Mar 2012 20:17:47 +0000 (21:17 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 16 Mar 2012 15:04:36 +0000 (16:04 +0100)
commita43dd7435af92d70fa0ef5a2c48e77156b0ad304
tree10346c2392c8fffd9fd6548289c65501b3e3e920
parent839957f275875b6f8fd033d67379bce0fde1c58f
Make g_array_sort* methods use a stable sort

Also, remove previous comments about sort stability in g_array_sort docs,
as the method that was explained does not work. Adds a new comment
about this.

https://bugzilla.gnome.org/show_bug.cgi?id=672095
glib/garray.c