mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
[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:
parent
c5195dda15
commit
6e3afa4ebe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user