summaryrefslogtreecommitdiff
path: root/gio/gsettingsschema.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-04-16 12:02:29 -0400
committerRyan Lortie <desrt@desrt.ca>2010-04-16 12:02:29 -0400
commit04c1eadfff5b382f4f54877d62b4703b6f1620f4 (patch)
tree30bfd22d3d379265aebfa11eb4c8b853ac597d5b /gio/gsettingsschema.h
parent149224664f639efaf5cc2a928ed9ffb525ec8591 (diff)
downloadglib-04c1eadfff5b382f4f54877d62b4703b6f1620f4.tar.gz
GSettings: more PLT/visibility fixups
Diffstat (limited to 'gio/gsettingsschema.h')
-rw-r--r--gio/gsettingsschema.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gio/gsettingsschema.h b/gio/gsettingsschema.h
index a1a2d26f6..f813a959a 100644
--- a/gio/gsettingsschema.h
+++ b/gio/gsettingsschema.h
@@ -52,13 +52,19 @@ struct _GSettingsSchema
GSettingsSchemaPrivate *priv;
};
+G_GNUC_INTERNAL
GType g_settings_schema_get_type (void);
+G_GNUC_INTERNAL
GSettingsSchema * g_settings_schema_new (const gchar *name);
+G_GNUC_INTERNAL
const gchar * g_settings_schema_get_path (GSettingsSchema *schema);
+G_GNUC_INTERNAL
const gchar * g_settings_schema_get_gettext_domain (GSettingsSchema *schema);
+G_GNUC_INTERNAL
GVariant * g_settings_schema_get_value (GSettingsSchema *schema,
const gchar *key,
GVariant **options);
+G_GNUC_INTERNAL
gboolean g_settings_schema_has_key (GSettingsSchema *schema,
const gchar *key);