File: clutter-settings-private.h

package info (click to toggle)
clutter-1.0 1.26.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 34,352 kB
  • sloc: ansic: 128,533; sh: 5,580; xml: 1,641; makefile: 1,613; ruby: 149; perl: 142; sed: 16
file content (20 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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);

void    clutter_settings_set_property_internal (ClutterSettings *settings,
                                                const char *property,
                                                GValue *value);

G_END_DECLS

#endif /* __CLUTTER_SETTINGS_PRIVATE_H__ */