Annotate all public symbols
We are going to switch to compiler annotations to determine the visibility of the symbols.
This commit is contained in:
@ -75,6 +75,7 @@ struct _ClutterParamSpecFixed
|
||||
CoglFixed default_value;
|
||||
};
|
||||
|
||||
CLUTTER_DEPRECATED_IN_1_10
|
||||
GType clutter_param_fixed_get_type (void) G_GNUC_CONST;
|
||||
|
||||
CLUTTER_DEPRECATED_IN_1_10_FOR(g_value_set_int)
|
||||
|
Reference in New Issue
Block a user