move GSettings(Backend) to giotypes.h

This commit is contained in:
Ryan Lortie 2010-06-16 18:49:20 -04:00
parent f0d30e0c0c
commit be8f938b63
3 changed files with 5 additions and 5 deletions

View File

@ -43,11 +43,14 @@ typedef struct _GConverter GConverter;
typedef struct _GConverterInputStream GConverterInputStream; typedef struct _GConverterInputStream GConverterInputStream;
typedef struct _GConverterOutputStream GConverterOutputStream; typedef struct _GConverterOutputStream GConverterOutputStream;
typedef struct _GDataInputStream GDataInputStream; typedef struct _GDataInputStream GDataInputStream;
typedef struct _GPermission GPermission;
typedef struct _GSimplePermission GSimplePermission; typedef struct _GSimplePermission GSimplePermission;
typedef struct _GZlibCompressor GZlibCompressor; typedef struct _GZlibCompressor GZlibCompressor;
typedef struct _GZlibDecompressor GZlibDecompressor; typedef struct _GZlibDecompressor GZlibDecompressor;
typedef struct _GSettingsBackend GSettingsBackend;
typedef struct _GSettings GSettings;
typedef struct _GPermission GPermission;
/** /**
* GDrive: * GDrive:
* *

View File

@ -26,7 +26,7 @@
#ifndef __G_SETTINGS_H__ #ifndef __G_SETTINGS_H__
#define __G_SETTINGS_H__ #define __G_SETTINGS_H__
#include <glib-object.h> #include <gio/giotypes.h>
G_BEGIN_DECLS G_BEGIN_DECLS
@ -42,7 +42,6 @@ G_BEGIN_DECLS
typedef struct _GSettingsPrivate GSettingsPrivate; typedef struct _GSettingsPrivate GSettingsPrivate;
typedef struct _GSettingsClass GSettingsClass; typedef struct _GSettingsClass GSettingsClass;
typedef struct _GSettings GSettings;
struct _GSettingsClass struct _GSettingsClass
{ {

View File

@ -60,8 +60,6 @@ G_BEGIN_DECLS
**/ **/
typedef struct _GSettingsBackendPrivate GSettingsBackendPrivate; typedef struct _GSettingsBackendPrivate GSettingsBackendPrivate;
typedef struct _GSettingsBackendClass GSettingsBackendClass; typedef struct _GSettingsBackendClass GSettingsBackendClass;
typedef struct _GSettingsBackend GSettingsBackend;
struct _GSettingsBackendClass struct _GSettingsBackendClass
{ {