Improve the docs

svn path=/trunk/; revision=7002
This commit is contained in:
Matthias Clasen 2008-06-11 15:58:02 +00:00
parent 7653f50019
commit 1d7f670632
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2008-06-11 Matthias Clasen <mclasen@redhat.com>
Bug 498732 g_key_file_to_data cannot fail
* glib/gkeyfile.c (g_key_file_to_data): Improve the docs.
Proposed by Christian Persch
2008-06-11 Ross Burton <ross@burtonini.com>
Bug 511367 - add g_file_make_directory_with_parents.

View File

@ -1010,6 +1010,9 @@ g_key_file_flush_parse_buffer (GKeyFile *key_file,
*
* This function outputs @key_file as a string.
*
* Note that this function never reports an error,
* so it is safe to pass %NULL as @error.
*
* Return value: a newly allocated string holding
* the contents of the #GKeyFile
*