summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-06-21 08:10:30 +0000
committerMark McLoughlin <markmc@src.gnome.org>2004-06-21 08:10:30 +0000
commit84b60a63169b2e30d825f1894b67e7b615665df4 (patch)
tree8369e63c6dd4baa4a671701f41dd95bfc48c5bb7
parentc541000ab7d57d4e12654e8e013b13126973a012 (diff)
downloadgconf-84b60a63169b2e30d825f1894b67e7b615665df4.tar.gz
Patch from Leonardo Quijano Vincenzi <lquijano@hotpop.com> in bug #144502.
2004-06-21 Mark McLoughlin <mark@skynet.ie> Patch from Leonardo Quijano Vincenzi <lquijano@hotpop.com> in bug #144502. * doc/gconf/tmpl/gconf-client.sgml: warn the g_type_init() must be called before using GConfClient.
-rw-r--r--ChangeLog8
-rw-r--r--doc/gconf/tmpl/gconf-client.sgml4
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a225933..9e5933b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-06-21 Mark McLoughlin <mark@skynet.ie>
+
+ Patch from Leonardo Quijano Vincenzi <lquijano@hotpop.com>
+ in bug #144502.
+
+ * doc/gconf/tmpl/gconf-client.sgml: warn the g_type_init()
+ must be called before using GConfClient.
+
2004-06-14 Mark McLoughlin <mark@skynet.ie>
* configure.in: post release bump to 2.6.3
diff --git a/doc/gconf/tmpl/gconf-client.sgml b/doc/gconf/tmpl/gconf-client.sgml
index 150a95ec..56e5cf49 100644
--- a/doc/gconf/tmpl/gconf-client.sgml
+++ b/doc/gconf/tmpl/gconf-client.sgml
@@ -197,6 +197,10 @@ engine you want. If someone else is already using the default
with the reference count incremented. So you have to unref either way.
</para>
+<para>
+It's important to call g_type_init() before using this GObject, to initialize the type system.
+</para>
+
@Returns: a new #GConfClient. g_object_unref() when you're done.