2011-10-11 09:42:31 -04:00
|
|
|
#ifndef __CLUTTER_SETTINGS_PRIVATE_H__
|
|
|
|
#define __CLUTTER_SETTINGS_PRIVATE_H__
|
|
|
|
|
|
|
|
#include <clutter/clutter-backend-private.h>
|
|
|
|
#include <clutter/clutter-settings.h>
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
|
|
void _clutter_settings_set_backend (ClutterSettings *settings,
|
|
|
|
ClutterBackend *backend);
|
2011-10-11 10:28:47 -04:00
|
|
|
void _clutter_settings_read_from_key_file (ClutterSettings *settings,
|
|
|
|
GKeyFile *key_file);
|
2011-10-11 09:42:31 -04:00
|
|
|
|
|
|
|
G_END_DECLS
|
|
|
|
|
|
|
|
#endif /* __CLUTTER_SETTINGS_PRIVATE_H__ */
|