docs: Add missing deprecation annotations
https://bugzilla.gnome.org/show_bug.cgi?id=709252
This commit is contained in:
parent
d546c0c121
commit
f851d5b985
@ -58,6 +58,8 @@ typedef struct _ClutterAlphaPrivate ClutterAlphaPrivate;
|
|||||||
* Return value: a floating point value
|
* Return value: a floating point value
|
||||||
*
|
*
|
||||||
* Since: 0.2
|
* Since: 0.2
|
||||||
|
*
|
||||||
|
* Deprecated: 1.12: Use #ClutterTimelineProgressFunc instead.
|
||||||
*/
|
*/
|
||||||
typedef gdouble (*ClutterAlphaFunc) (ClutterAlpha *alpha,
|
typedef gdouble (*ClutterAlphaFunc) (ClutterAlpha *alpha,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
@ -70,6 +72,8 @@ typedef gdouble (*ClutterAlphaFunc) (ClutterAlpha *alpha,
|
|||||||
* only be accessed using the provided API.
|
* only be accessed using the provided API.
|
||||||
*
|
*
|
||||||
* Since: 0.2
|
* Since: 0.2
|
||||||
|
*
|
||||||
|
* Deprecated: 1.12: Use #ClutterTimeline instead
|
||||||
*/
|
*/
|
||||||
struct _ClutterAlpha
|
struct _ClutterAlpha
|
||||||
{
|
{
|
||||||
@ -85,6 +89,8 @@ struct _ClutterAlpha
|
|||||||
* Base class for #ClutterAlpha
|
* Base class for #ClutterAlpha
|
||||||
*
|
*
|
||||||
* Since: 0.2
|
* Since: 0.2
|
||||||
|
*
|
||||||
|
* Deprecated: 1.12: Use #ClutterTimeline instead
|
||||||
*/
|
*/
|
||||||
struct _ClutterAlphaClass
|
struct _ClutterAlphaClass
|
||||||
{
|
{
|
||||||
|
@ -50,6 +50,8 @@ typedef struct _ClutterAnimationClass ClutterAnimationClass;
|
|||||||
* be accessed using the provided functions.
|
* be accessed using the provided functions.
|
||||||
*
|
*
|
||||||
* Since: 1.0
|
* Since: 1.0
|
||||||
|
*
|
||||||
|
* Deprecated: 1.12: Use the implicit animation on #ClutterActor
|
||||||
*/
|
*/
|
||||||
struct _ClutterAnimation
|
struct _ClutterAnimation
|
||||||
{
|
{
|
||||||
@ -68,6 +70,8 @@ struct _ClutterAnimation
|
|||||||
* should be accessed using the provided functions.
|
* should be accessed using the provided functions.
|
||||||
*
|
*
|
||||||
* Since: 1.0
|
* Since: 1.0
|
||||||
|
*
|
||||||
|
* Deprecated: 1.12: Use the implicit animation on #ClutterActor
|
||||||
*/
|
*/
|
||||||
struct _ClutterAnimationClass
|
struct _ClutterAnimationClass
|
||||||
{
|
{
|
||||||
|
@ -54,6 +54,8 @@ typedef struct _ClutterAnimatorPrivate ClutterAnimatorPrivate;
|
|||||||
* A key frame inside a #ClutterAnimator
|
* A key frame inside a #ClutterAnimator
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
|
*
|
||||||
|
* Deprecated: 1.12
|
||||||
*/
|
*/
|
||||||
typedef struct _ClutterAnimatorKey ClutterAnimatorKey;
|
typedef struct _ClutterAnimatorKey ClutterAnimatorKey;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user