Skip to content

ghash: Fix the documentation of GHRFunc

Adrien Plazas requested to merge aplazas/glib:ghrfunc-doc into main

This function type isn't only used by g_hash_table_foreach_remove(), and what happens to the data when we return TRUE depends on the calling function.

Signed-off-by: Adrien Plazas adrien.plazas@codethink.co.uk

Merge request reports