mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 14:44:40 +00:00
Annotate deprecated get_type() functions
Even if their usage is limited, it's good to consistently deprecate functions.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user