mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
doc: Reference fixes
This commit is contained in:
parent
0cf9ad82c4
commit
9e1ec82838
@ -253,7 +253,7 @@
|
||||
* clutter_actor_set_position (actor, 200, 200);
|
||||
* clutter_actor_restore_easing_state (actor);
|
||||
* </programlisting></informalexample>
|
||||
* will tween the actor to the (200, 200) coordinates using the default
|
||||
* <para>will tween the actor to the (200, 200) coordinates using the default
|
||||
* easing mode and duration of a new easing state. The example above is
|
||||
* equivalent to the following code:</para>
|
||||
* <informalexample><programlisting>
|
||||
|
@ -1899,6 +1899,8 @@ clutter_interval_get_final_value
|
||||
clutter_interval_peek_final_value
|
||||
clutter_interval_set_interval
|
||||
clutter_interval_get_interval
|
||||
clutter_interval_set_initial
|
||||
clutter_interval_set_final
|
||||
|
||||
<SUBSECTION>
|
||||
clutter_interval_validate
|
||||
|
Loading…
Reference in New Issue
Block a user