forked from AuroraMiddleware/gtk
Replace GArray with GSequence in GtkTreeModelSort
This is done in the same way as GArray was replaced with GSequence in GtkTreeModelFilter, in a patch done by Xavier Claessens. All sorting code has been reworked to use the GSequence sorting and insert sort functions, instead of doing a lot on our own.
This commit is contained in:
parent
ad0f54b87b
commit
60d031e311