mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-04 16:36:17 +01: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:
parent
83445755b3
commit
1105ce1193
@ -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>
|
2007-12-10 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gio/Makefile.am:
|
* gio/Makefile.am:
|
||||||
|
@ -89,6 +89,11 @@ Key files are always encoded in UTF-8.
|
|||||||
Key and Group names are case-sensitive, for example a group called
|
Key and Group names are case-sensitive, for example a group called
|
||||||
<literal>[GROUP]</literal> is a different group from <literal>[group]</literal>.
|
<literal>[GROUP]</literal> is a different group from <literal>[group]</literal>.
|
||||||
</para></listitem>
|
</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>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user