Annotate all public symbols
We are going to switch to compiler annotations to determine the visibility of the symbols.
This commit is contained in:
@ -16,8 +16,10 @@ G_BEGIN_DECLS
|
||||
typedef struct _ClutterSettings ClutterSettings;
|
||||
typedef struct _ClutterSettingsClass ClutterSettingsClass;
|
||||
|
||||
CLUTTER_AVAILABLE_IN_ALL
|
||||
GType clutter_settings_get_type (void) G_GNUC_CONST;
|
||||
|
||||
CLUTTER_AVAILABLE_IN_ALL
|
||||
ClutterSettings *clutter_settings_get_default (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
Reference in New Issue
Block a user