Release Clutter 1.11.4 (snapshot)
[profile/ivi/clutter.git] / clutter / clutter-settings-private.h
1 #ifndef __CLUTTER_SETTINGS_PRIVATE_H__
2 #define __CLUTTER_SETTINGS_PRIVATE_H__
3
4 #include <clutter/clutter-backend-private.h>
5 #include <clutter/clutter-settings.h>
6
7 G_BEGIN_DECLS
8
9 void    _clutter_settings_set_backend           (ClutterSettings *settings,
10                                                  ClutterBackend  *backend);
11 void    _clutter_settings_read_from_key_file    (ClutterSettings *settings,
12                                                  GKeyFile        *key_file);
13
14 G_END_DECLS
15
16 #endif /* __CLUTTER_SETTINGS_PRIVATE_H__ */