2008-03-18 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-score.c: Update documentation.
This commit is contained in:
Emmanuele Bassi 2008-03-18 22:10:05 +00:00
parent 477db755b7
commit c1e45f7ee7
2 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2008-03-18 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-score.c: Update documentation.
2008-03-18 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-score.[ch]: Remove all the API changes, and

View File

@ -54,15 +54,14 @@
* clutter_score_start ();
* ]|
*
* A #ClutterScore takes a reference on the timelines it manages.
* A #ClutterScore takes a reference on the timelines it manages,
* so timelines can be safely unreferenced after being appended.
*
* New timelines can be appended to the #ClutterScore using
* clutter_score_append() and removed using clutter_score_remove().
* Timelines can either be appended at the end of other timelines
* or at the beginning of the score using clutter_score_append().
* Timelines can also be appeneded at a specific position, expressed
* in either millisecond or frame number, of the parent timeline,
* using clutter_score_append_at_time() or clutter_score_append_at_frame().
*
* Timelines can also be appended to a specific marker, using
* clutter_score_append_at_marker().
*
* The score can be cleared using clutter_score_remove_all().
*