1
0
Fork 0

docs: Explicitly mention that Transition is abstract

https://bugzilla.gnome.org/show_bug.cgi?id=710232
This commit is contained in:
Emmanuele Bassi 2014-02-10 18:32:36 +00:00
parent 92c0c77947
commit dd08b6fd98

View file

@ -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