mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 22:33:08 +02:00
g_hash_table_get_keys: Improve docs slightly
https://bugzilla.gnome.org/show_bug.cgi?id=630284
This commit is contained in:
parent
d59acb701e
commit
5825dd864b
@ -1617,8 +1617,8 @@ g_hash_table_size (GHashTable *hash_table)
|
|||||||
* g_hash_table_get_keys:
|
* g_hash_table_get_keys:
|
||||||
* @hash_table: a #GHashTable
|
* @hash_table: a #GHashTable
|
||||||
*
|
*
|
||||||
* Retrieves every key inside @hash_table. The returned data
|
* Retrieves every key inside @hash_table. The returned data is valid
|
||||||
* is valid until @hash_table is modified.
|
* until changes to the hash release those keys.
|
||||||
*
|
*
|
||||||
* Return value: a #GList containing all the keys inside the hash
|
* Return value: a #GList containing all the keys inside the hash
|
||||||
* table. The content of the list is owned by the hash table and
|
* table. The content of the list is owned by the hash table and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user