From: Bastien Nocera Date: Mon, 10 Dec 2007 17:02:29 +0000 (+0000) Subject: Mention the difference in handling booleans between GKeyFile and .INI X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1105ce119378ac495292339445238b7d1907fc58;p=dana%2Fcg-glib.git Mention the difference in handling booleans between GKeyFile and .INI 2007-12-10 Bastien Nocera * glib/tmpl/keyfile.sgml: Mention the difference in handling booleans between GKeyFile and .INI files (Closes: #468882) svn path=/trunk/; revision=6089 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 66375b08..41dc83aa 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2007-12-10 Bastien Nocera + + * glib/tmpl/keyfile.sgml: Mention the difference + in handling booleans between GKeyFile and .INI files + (Closes: #468882) + 2007-12-10 Alexander Larsson * gio/Makefile.am: diff --git a/docs/reference/glib/tmpl/keyfile.sgml b/docs/reference/glib/tmpl/keyfile.sgml index 0789f2fc..2cf224d7 100644 --- a/docs/reference/glib/tmpl/keyfile.sgml +++ b/docs/reference/glib/tmpl/keyfile.sgml @@ -89,6 +89,11 @@ Key files are always encoded in UTF-8. Key and Group names are case-sensitive, for example a group called [GROUP] is a different group from [group]. + +.ini files don't have a strongly typed boolean entry type, they only +have GetProfileInt. In GKeyFile only +true and false (in lower case) are allowed. +