File: clutter-settings-private.h

package info (click to toggle)
clutter-1.0 1.10.8-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 32,560 kB
  • sloc: ansic: 120,145; sh: 12,144; xml: 10,355; makefile: 2,013; perl: 169; ruby: 149; sed: 16
file content (16 lines) | stat: -rw-r--r-- 541 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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);
void    _clutter_settings_read_from_key_file    (ClutterSettings *settings,
                                                 GKeyFile        *key_file);

G_END_DECLS

#endif /* __CLUTTER_SETTINGS_PRIVATE_H__ */