Skip to content

gio: Add transfer annotations for GMenu

It is noted that GMenuItem is copied everywhere, but the transfer none annotation is missing there. All the GMenuModel children insertion functions eventually appear to go through g_menu_item_set_link, which calls g_object_ref on the input, so those are also transfer none.

Merge request reports