g_key_file_has_key_full: Clarify the docs

This commit is contained in:
Matthias Clasen
2011-05-21 11:12:08 -04:00
parent 120b85a31b
commit 4ddb84999d

View File

@@ -3183,8 +3183,9 @@ g_key_file_has_key (GKeyFile *key_file,
* Looks whether the key file has the key @key in the group * Looks whether the key file has the key @key in the group
* @group_name. * @group_name.
* *
* Return value: %TRUE if a group with the name @group_name * Return value: %TRUE if the key @key in a group with the
* exists. Otherwise, @error is set and %FALSE is returned. * name @group_name exists. Otherwise, @error is set and
* %FALSE is returned.
* *
* Since: 2.30 * Since: 2.30
* Rename to: g_key_file_has_key * Rename to: g_key_file_has_key