docs: Fix g_key_file_load_from_file error parameter

This commit is contained in:
David King 2012-02-19 15:16:59 +00:00 committed by Ryan Lortie
parent 1965206be8
commit 708d4178ce

View File

@ -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