[glib/th/ghash-steal-extended-doc] Apply 1 suggestion(s) to 1 file(s)



commit c20a463dbe8b963f905d155851bf5a5b70003f08
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Oct 14 07:44:51 2022 +0000

    Apply 1 suggestion(s) to 1 file(s)

 glib/ghash.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/ghash.c b/glib/ghash.c
index 77bd2ff5f1..0e6ba4882c 100644
--- a/glib/ghash.c
+++ b/glib/ghash.c
@@ -1839,9 +1839,9 @@ g_hash_table_steal (GHashTable    *hash_table,
  * You can pass %NULL for @lookup_key, provided the hash and equal functions
  * of @hash_table are %NULL-safe.
  *
- * The dictionary implementation optimizes for having all values identical to their keys,
- * for example by using g_hash_table_add(). When stealing both the key and the value
- * from such a dictionary, the value will be %NULL.
+ * The dictionary implementation optimizes for having all values identical to
+ * their keys, for example by using g_hash_table_add(). When stealing both the
+ * key and the value from such a dictionary, the value will be %NULL.
  *
  * Returns: %TRUE if the key was found in the #GHashTable
  * Since: 2.58


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]