2011-10-11 13:42:31 +00: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 14:28:47 +00:00
|
|
|
void _clutter_settings_read_from_key_file (ClutterSettings *settings,
|
|
|
|
GKeyFile *key_file);
|
2011-10-11 13:42:31 +00:00
|
|
|
|
|
|
|
G_END_DECLS
|
|
|
|
|
|
|
|
#endif /* __CLUTTER_SETTINGS_PRIVATE_H__ */
|