Annotate deprecated get_type() functions

Even if their usage is limited, it's good to consistently deprecate
functions.
This commit is contained in:
Emmanuele Bassi
2012-05-03 11:35:20 +01:00
parent fcd341d23e
commit 74afe8bbcd
11 changed files with 13 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ struct _ClutterRectangleClass
void (*_clutter_rectangle4) (void);
};
CLUTTER_DEPRECATED_IN_1_10
GType clutter_rectangle_get_type (void) G_GNUC_CONST;
CLUTTER_DEPRECATED_IN_1_10_FOR(clutter_actor_new)