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.