mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Improve the docs
svn path=/trunk/; revision=7002
This commit is contained in:
parent
7653f50019
commit
1d7f670632
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user