mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
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:
committed by
Bastien Nocera
parent
83445755b3
commit
1105ce1193
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user