Mention the difference in handling booleans between GKeyFile and .INI

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
This commit is contained in:
Bastien Nocera 2007-12-10 17:02:29 +00:00 committed by Bastien Nocera
parent 83445755b3
commit 1105ce1193
2 changed files with 11 additions and 0 deletions

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

View 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>