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
|
* @Title: ClutterTransition
|
||||||
* @Short_Description: Transition between two values
|
* @Short_Description: Transition between two values
|
||||||
*
|
*
|
||||||
* #ClutterTransition is a subclass of #ClutterTimeline that computes
|
* #ClutterTransition is an abstract subclass of #ClutterTimeline that
|
||||||
* the interpolation between two values, stored by a #ClutterInterval.
|
* computes the interpolation between two values, stored by a #ClutterInterval.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue