mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
move GSettings(Backend) to giotypes.h
This commit is contained in:
parent
f0d30e0c0c
commit
be8f938b63
@ -43,11 +43,14 @@ typedef struct _GConverter GConverter;
|
||||
typedef struct _GConverterInputStream GConverterInputStream;
|
||||
typedef struct _GConverterOutputStream GConverterOutputStream;
|
||||
typedef struct _GDataInputStream GDataInputStream;
|
||||
typedef struct _GPermission GPermission;
|
||||
typedef struct _GSimplePermission GSimplePermission;
|
||||
typedef struct _GZlibCompressor GZlibCompressor;
|
||||
typedef struct _GZlibDecompressor GZlibDecompressor;
|
||||
|
||||
typedef struct _GSettingsBackend GSettingsBackend;
|
||||
typedef struct _GSettings GSettings;
|
||||
typedef struct _GPermission GPermission;
|
||||
|
||||
/**
|
||||
* GDrive:
|
||||
*
|
||||
|
@ -26,7 +26,7 @@
|
||||
#ifndef __G_SETTINGS_H__
|
||||
#define __G_SETTINGS_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <gio/giotypes.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
@ -42,7 +42,6 @@ G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GSettingsPrivate GSettingsPrivate;
|
||||
typedef struct _GSettingsClass GSettingsClass;
|
||||
typedef struct _GSettings GSettings;
|
||||
|
||||
struct _GSettingsClass
|
||||
{
|
||||
|
@ -60,8 +60,6 @@ G_BEGIN_DECLS
|
||||
**/
|
||||
typedef struct _GSettingsBackendPrivate GSettingsBackendPrivate;
|
||||
typedef struct _GSettingsBackendClass GSettingsBackendClass;
|
||||
typedef struct _GSettingsBackend GSettingsBackend;
|
||||
|
||||
|
||||
struct _GSettingsBackendClass
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user