g_key_file_has_key_full: Clarify the docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 21 May 2011 15:12:08 +0000 (11:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 21 May 2011 15:12:08 +0000 (11:12 -0400)
glib/gkeyfile.c

index 3afd781..3a0d84e 100644 (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
  * @group_name.
  *
- * Return value: %TRUE if a group with the name @group_name
- * exists. Otherwise, @error is set and %FALSE is returned.
+ * Return value: %TRUE if the key @key in a  group with the
+ *     name @group_name exists. Otherwise, @error is set and
+ *     %FALSE is returned.
  *
  * Since: 2.30
  * Rename to: g_key_file_has_key