Skip to content

gmem: Fix introspection annotations for g_clear_pointer() and g_clear_fd()

Philip Withnall requested to merge pwithnall/glib:2793-clear-annotations into main

They were mixing up (optional) and (nullable), and didn’t correctly annotate the arguments as (inout) or (transfer full).

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Fixes: #2793 (closed)

Closes #2793 (closed)

Merge request reports