mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Small documentation clarification
https://bugzilla.gnome.org/show_bug.cgi?id=671557
This commit is contained in:
@@ -859,7 +859,7 @@ g_key_file_load_from_file (GKeyFile *key_file,
|
|||||||
* g_key_file_load_from_data:
|
* g_key_file_load_from_data:
|
||||||
* @key_file: an empty #GKeyFile struct
|
* @key_file: an empty #GKeyFile struct
|
||||||
* @data: key file loaded in memory
|
* @data: key file loaded in memory
|
||||||
* @length: the length of @data in bytes (or -1 if data is nul-terminated)
|
* @length: the length of @data in bytes (or (gsize)-1 if data is nul-terminated)
|
||||||
* @flags: flags from #GKeyFileFlags
|
* @flags: flags from #GKeyFileFlags
|
||||||
* @error: return location for a #GError, or %NULL
|
* @error: return location for a #GError, or %NULL
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user