Document the error return values rather than calling them undefined.
authorDan Winship <danw@src.gnome.org>
Fri, 4 May 2007 19:14:47 +0000 (19:14 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 4 May 2007 19:14:47 +0000 (19:14 +0000)
commit4b6a5ee2e0bac450af02dbb6e09072d7411f935c
tree387ff1aed7030bba8b6be79768012740f99544a5
parentf2cfe19d15f41a65e8470b45fff3634e08d80101
Document the error return values rather than calling them undefined.

* glib/gkeyfile.c (g_key_file_get_boolean)
(g_key_file_get_boolean_list, g_key_file_get_integer)
(g_key_file_get_integer_list, g_key_file_get_double)
(g_key_file_get_double_list): Document the error return values
rather than calling them undefined. #435885.

svn path=/trunk/; revision=5484
ChangeLog
glib/gkeyfile.c