[docs] Clutter's model implementation is called ClutterListModel

It was renamed from ClutterModelDefault to ClutterListModel a while
back. Update the reference to this class in ClutterModel documentation.
This commit is contained in:
Damien Lespiau 2009-09-10 13:27:02 +01:00
parent c5195dda15
commit 6e3afa4ebe

View File

@ -110,8 +110,8 @@
* }
* </programlisting></informalexample>
*
* #ClutterModel is an abstract class. Clutter provides a default model
* implementation called #ClutterModelDefault which has been optimised
* #ClutterModel is an abstract class. Clutter provides a list model
* implementation called #ClutterListModel which has been optimised
* for insertion and look up in sorted lists.
*
* #ClutterModel is available since Clutter 0.6