Mention the difference in handling booleans between GKeyFile and .INI
authorBastien Nocera <hadess@hadess.net>
Mon, 10 Dec 2007 17:02:29 +0000 (17:02 +0000)
committerBastien Nocera <hadess@src.gnome.org>
Mon, 10 Dec 2007 17:02:29 +0000 (17:02 +0000)
2007-12-10  Bastien Nocera  <hadess@hadess.net>

* glib/tmpl/keyfile.sgml: Mention the difference
in handling booleans between GKeyFile and .INI files
(Closes: #468882)

svn path=/trunk/; revision=6089

docs/reference/ChangeLog
docs/reference/glib/tmpl/keyfile.sgml

index 66375b08ae97f70e384ac5f96a9ba12377759ffe..41dc83aa1875cb15159d87f383b8367a12d852d3 100644 (file)
@@ -1,3 +1,9 @@
+2007-12-10  Bastien Nocera  <hadess@hadess.net>
+
+       * glib/tmpl/keyfile.sgml: Mention the difference
+       in handling booleans between GKeyFile and .INI files
+       (Closes: #468882)
+
 2007-12-10  Alexander Larsson  <alexl@redhat.com>
 
         * gio/Makefile.am:
index 0789f2fc164a3b045cbc38aa55b1a2fd750ccd60..2cf224d7703d95577cfe685a7d4d1f6321a85518 100644 (file)
@@ -89,6 +89,11 @@ Key files are always encoded in UTF-8.
 Key and Group names are case-sensitive, for example a group called
 <literal>[GROUP]</literal> is a different group from <literal>[group]</literal>.
 </para></listitem>
+<listitem><para>
+<filename>.ini</filename> files don't have a strongly typed boolean entry type, they only
+have <literal>GetProfileInt</literal>. In <structname>GKeyFile</structname> only
+<literal>true</literal> and <literal>false</literal> (in lower case) are allowed.
+</para></listitem>
 </itemizedlist>
 </para>