mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	ghash: Fix gtk-doc syntax in a documentation comment
This commit is contained in:
		@@ -695,7 +695,7 @@ g_hash_table_new (GHashFunc  hash_func,
 | 
				
			|||||||
 * recursively remove further items from the hash table. This is only
 | 
					 * recursively remove further items from the hash table. This is only
 | 
				
			||||||
 * permissible if the application still holds a reference to the hash table.
 | 
					 * permissible if the application still holds a reference to the hash table.
 | 
				
			||||||
 * This means that you may need to ensure that the hash table is empty by
 | 
					 * This means that you may need to ensure that the hash table is empty by
 | 
				
			||||||
 * calling g_hash_table_remove_all before releasing the last reference using
 | 
					 * calling g_hash_table_remove_all() before releasing the last reference using
 | 
				
			||||||
 * g_hash_table_unref().
 | 
					 * g_hash_table_unref().
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Returns: a new #GHashTable
 | 
					 * Returns: a new #GHashTable
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user