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
+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:
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>