mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-22 20:26: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 "gsettingsbackendinternal.h"
|
||||
#include "gsettings-mapping.h"
|
||||
#include "gsettingsschema.h"
|
||||
#include "gsettingsschema-internal.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -17,13 +17,11 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __G_SETTINGS_SCHEMA_H__
|
||||
#define __G_SETTINGS_SCHEMA_H__
|
||||
#ifndef __G_SETTINGS_SCHEMA_INTERNAL_H__
|
||||
#define __G_SETTINGS_SCHEMA_INTERNAL_H__
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GSettingsSchema GSettingsSchema;
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
@ -49,6 +47,4 @@ G_GNUC_INTERNAL
|
||||
const gchar * g_settings_schema_get_string (GSettingsSchema *schema,
|
||||
const gchar *key);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __G_SETTINGS_SCHEMA_H__ */
|
||||
#endif /* __G_SETTINGS_SCHEMA_INTERNAL_H__ */
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gsettingsschema.h"
|
||||
#include "gsettingsschema-internal.h"
|
||||
#include "gsettings.h"
|
||||
|
||||
#include "gvdb/gvdb-reader.h"
|
||||
|
Loading…
Reference in New Issue
Block a user