rename gsettingsschema.h to -internal.h

This commit is contained in:
Ryan Lortie 2011-11-13 21:41:01 +01:00
parent 577faeae5b
commit 11ef4d7981
3 changed files with 5 additions and 9 deletions

View File

@ -31,7 +31,7 @@
#include "gdelayedsettingsbackend.h"
#include "gsettingsbackendinternal.h"
#include "gsettings-mapping.h"
#include "gsettingsschema.h"
#include "gsettingsschema-internal.h"
#include <string.h>

View File

@ -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__ */

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "gsettingsschema.h"
#include "gsettingsschema-internal.h"
#include "gsettings.h"
#include "gvdb/gvdb-reader.h"