mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16:17 +01:00
rename gsettingsschema.h to -internal.h
This commit is contained in:
parent
577faeae5b
commit
11ef4d7981
@ -31,7 +31,7 @@
|
|||||||
#include "gdelayedsettingsbackend.h"
|
#include "gdelayedsettingsbackend.h"
|
||||||
#include "gsettingsbackendinternal.h"
|
#include "gsettingsbackendinternal.h"
|
||||||
#include "gsettings-mapping.h"
|
#include "gsettings-mapping.h"
|
||||||
#include "gsettingsschema.h"
|
#include "gsettingsschema-internal.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -17,13 +17,11 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __G_SETTINGS_SCHEMA_H__
|
#ifndef __G_SETTINGS_SCHEMA_INTERNAL_H__
|
||||||
#define __G_SETTINGS_SCHEMA_H__
|
#define __G_SETTINGS_SCHEMA_INTERNAL_H__
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
|
||||||
|
|
||||||
typedef struct _GSettingsSchema GSettingsSchema;
|
typedef struct _GSettingsSchema GSettingsSchema;
|
||||||
|
|
||||||
G_GNUC_INTERNAL
|
G_GNUC_INTERNAL
|
||||||
@ -49,6 +47,4 @@ G_GNUC_INTERNAL
|
|||||||
const gchar * g_settings_schema_get_string (GSettingsSchema *schema,
|
const gchar * g_settings_schema_get_string (GSettingsSchema *schema,
|
||||||
const gchar *key);
|
const gchar *key);
|
||||||
|
|
||||||
G_END_DECLS
|
#endif /* __G_SETTINGS_SCHEMA_INTERNAL_H__ */
|
||||||
|
|
||||||
#endif /* __G_SETTINGS_SCHEMA_H__ */
|
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "gsettingsschema.h"
|
#include "gsettingsschema-internal.h"
|
||||||
#include "gsettings.h"
|
#include "gsettings.h"
|
||||||
|
|
||||||
#include "gvdb/gvdb-reader.h"
|
#include "gvdb/gvdb-reader.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user