mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
docs: Fix g_key_file_load_from_file error parameter
This commit is contained in:
parent
1965206be8
commit
708d4178ce
@ -818,7 +818,7 @@ g_key_file_load_from_fd (GKeyFile *key_file,
|
||||
* @error: return location for a #GError, or %NULL
|
||||
*
|
||||
* Loads a key file into an empty #GKeyFile structure.
|
||||
* If the file could not be loaded then %error is set to
|
||||
* If the file could not be loaded then @error is set to
|
||||
* either a #GFileError or #GKeyFileError.
|
||||
*
|
||||
* Return value: %TRUE if a key file could be loaded, %FALSE otherwise
|
||||
|
Loading…
Reference in New Issue
Block a user