summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-09-10 13:27:02 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2009-09-10 13:28:54 +0100
commit6e3afa4ebed9ea4f9347e8dfd6f3cc20d1042dcd (patch)
treef433a6bd55308f3ed2f03f86f06f04369d8164bc
parentc5195dda1533e2f42514a880bb5b7d105d4fe541 (diff)
downloadclutter-6e3afa4ebed9ea4f9347e8dfd6f3cc20d1042dcd.tar.gz
[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.
-rw-r--r--clutter/clutter-model.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter/clutter-model.c b/clutter/clutter-model.c
index ab0467389..f589b052b 100644
--- a/clutter/clutter-model.c
+++ b/clutter/clutter-model.c
@@ -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