Skip to content
  • Kristian Rietveld's avatar
    Replace GArray with GSequence in GtkTreeModelSort · 60d031e3
    Kristian Rietveld authored
    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.
    60d031e3