[model] Add a private row mutator to ClutterModelIter
authorRob Bradford <rob@linux.intel.com>
Tue, 5 May 2009 19:15:01 +0000 (20:15 +0100)
committerRob Bradford <rob@linux.intel.com>
Tue, 5 May 2009 19:18:28 +0000 (20:18 +0100)
commit41bb88548605948787d53475fce68194ad441db3
tree791f2d168fadf3f011e2757488c0b3ed7770207a
parentb2fbc2c95c8b3f0bebb6f1f4a8579dd303163078
[model] Add a private row mutator to ClutterModelIter

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.
clutter/clutter-list-model.c
clutter/clutter-model-private.h
clutter/clutter-model.c