[glib/new-gsettings] Add g_settings_schema_get_type
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/new-gsettings] Add g_settings_schema_get_type
- Date: Wed, 14 Apr 2010 03:53:39 +0000 (UTC)
commit f7b5f5594c209e73ac1da38851cd0d6ca72bfab1
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Apr 13 23:23:00 2010 -0400
Add g_settings_schema_get_type
gio/gsettingsschema.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gio/gsettingsschema.h b/gio/gsettingsschema.h
index 8cc0881..faf2211 100644
--- a/gio/gsettingsschema.h
+++ b/gio/gsettingsschema.h
@@ -53,6 +53,7 @@ struct _GSettingsSchema
GSettingsSchemaPrivate *priv;
};
+GType g_settings_schema_get_type (void);
GSettingsSchema * g_settings_schema_new (const gchar *name);
const gchar * g_settings_schema_get_path (GSettingsSchema *schema);
GVariant * g_settings_schema_get_value (GSettingsSchema *schema,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]