-
Tristan Partin authored
GPtrArray's GCompareFunc passes a double pointer that needs to be dereferenced in order to use the data you are actually wanting to compare. See: https://developer.gnome.org/glib/stable/glib-Pointer-Arrays.html#g-ptr-array-sort
Tristan Partin authoredGPtrArray's GCompareFunc passes a double pointer that needs to be dereferenced in order to use the data you are actually wanting to compare. See: https://developer.gnome.org/glib/stable/glib-Pointer-Arrays.html#g-ptr-array-sort
Loading