mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Typo in comment.
This commit is contained in:
parent
2027d87b5b
commit
24dec3cd49
@ -204,7 +204,7 @@ g_hash_table_unref (GHashTable *hash_table)
|
||||
* g_hash_table_destroy:
|
||||
* @hash_table: a #GHashTable.
|
||||
*
|
||||
* Destroys all keys and values in the #GHashTable and decrements it's
|
||||
* Destroys all keys and values in the #GHashTable and decrements its
|
||||
* reference count by 1. If keys and/or values are dynamically allocated,
|
||||
* you should either free them first or create the #GHashTable with destroy
|
||||
* notifiers using g_hash_table_new_full(). In the latter case the destroy
|
||||
|
Loading…
Reference in New Issue
Block a user