Skip to content
  • Rob Bradford's avatar
    [model] Add a private row mutator to ClutterModelIter · 41bb8854
    Rob Bradford authored
    When calling clutter_model_iter_next () / clutter_model_iter_prev () we need
    to update the row for the iterator. In order to improve the peformance of
    iterating this change adds a private row mutator and switches ClutterListModel
    to use it.
    41bb8854