Add more sections to the Clutter configuration file
On top of the existing "Settings" group in the settings.ini file we should have two more groups: Environment - contains all the configuration possible through environment variables Debug - contains all the possible debug variables
This commit is contained in:
@ -8,8 +8,8 @@ G_BEGIN_DECLS
|
||||
|
||||
void _clutter_settings_set_backend (ClutterSettings *settings,
|
||||
ClutterBackend *backend);
|
||||
void _clutter_settings_read_from_file (ClutterSettings *settings,
|
||||
const gchar *file);
|
||||
void _clutter_settings_read_from_key_file (ClutterSettings *settings,
|
||||
GKeyFile *key_file);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user