docs: Explicitly mention that Transition is abstract
https://bugzilla.gnome.org/show_bug.cgi?id=710232
This commit is contained in:
parent
92c0c77947
commit
dd08b6fd98
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
* @Title: ClutterTransition
|
||||
* @Short_Description: Transition between two values
|
||||
*
|
||||
* #ClutterTransition is a subclass of #ClutterTimeline that computes
|
||||
* the interpolation between two values, stored by a #ClutterInterval.
|
||||
* #ClutterTransition is an abstract subclass of #ClutterTimeline that
|
||||
* computes the interpolation between two values, stored by a #ClutterInterval.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
Loading…
Reference in a new issue