[glib/gsettings] GSettings: don't install private headers
- From: Ryan Lortie <ryanl src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib/gsettings] GSettings: don't install private headers
- Date: Wed, 2 Sep 2009 04:34:00 +0000 (UTC)
commit ffd65343cbbad143ce91ac8f2b18da528fd33bfb
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Sep 1 21:48:37 2009 -0400
GSettings: don't install private headers
gio/Makefile.am | 4 ++--
gio/gsettings.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 57a9665..5ec46b4 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -239,8 +239,10 @@ libgio_2_0_la_SOURCES = \
gseekable.c \
gsettingsbackend.c \
gsettingsdelayedbackend.c \
+ gsettingsdelayedbackend.h \
gsettingslist.c \
gsettingsschema.c \
+ gsettingsschema.h \
gsettings.c \
gsimpleasyncresult.c \
gsocket.c \
@@ -371,9 +373,7 @@ gio_headers = \
gresolver.h \
gseekable.h \
gsettingsbackend.h \
- gsettingsdelayedbackend.h \
gsettingslist.h \
- gsettingsschema.h \
gsettings.h \
gsimpleasyncresult.h \
gsocket.h \
diff --git a/gio/gsettings.c b/gio/gsettings.c
index f20ff91..eab9a82 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -500,7 +500,7 @@ g_settings_class_init (GSettingsClass *class)
g_object_class_install_property (object_class, PROP_SCHEMA,
g_param_spec_object ("schema", "schema",
"The GSettingsSchema object for this GSettings",
- G_TYPE_SETTINGS_SCHEMA, G_PARAM_CONSTRUCT_ONLY |
+ G_TYPE_OBJECT, G_PARAM_CONSTRUCT_ONLY |
G_PARAM_READWRITE | G_PARAM_STATIC_NICK |
G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]