mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
ghash: Fix typo in g_hash_table_replace() documentation
https://bugzilla.gnome.org/show_bug.cgi?id=752767
This commit is contained in:
parent
8520ae3ffa
commit
0441ae1ccf
@ -1267,7 +1267,7 @@ g_hash_table_insert (GHashTable *hash_table,
|
|||||||
* If you supplied a @key_destroy_func when creating the
|
* If you supplied a @key_destroy_func when creating the
|
||||||
* #GHashTable, the old key is freed using that function.
|
* #GHashTable, the old key is freed using that function.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE of the key did not exist yet
|
* Returns: %TRUE if the key did not exist yet
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
g_hash_table_replace (GHashTable *hash_table,
|
g_hash_table_replace (GHashTable *hash_table,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user