g_hash_table_get_keys: Improve docs slightly

https://bugzilla.gnome.org/show_bug.cgi?id=630284
This commit is contained in:
Matthias Clasen 2013-03-17 23:30:34 -04:00
parent d59acb701e
commit 5825dd864b

View 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