g_hash_table_get_keys: Improve docs slightly
authorMatthias Clasen <mclasen@redhat.com>
Mon, 18 Mar 2013 03:30:34 +0000 (23:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 18 Mar 2013 03:30:34 +0000 (23:30 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=630284

glib/ghash.c

index 492aa20..eb828bd 100644 (file)
@@ -1617,8 +1617,8 @@ g_hash_table_size (GHashTable *hash_table)
  * g_hash_table_get_keys:
  * @hash_table: a #GHashTable
  *
- * Retrieves every key inside @hash_table. The returned data
- * is valid until @hash_table is modified.
+ * Retrieves every key inside @hash_table. The returned data is valid
+ * until changes to the hash release those keys.
  *
  * Return value: a #GList containing all the keys inside the hash
  *     table. The content of the list is owned by the hash table and