Skip to content

GActionGroup: Fix ownership transfer annotation for query_action()

The (transfer none) behaviour for parameter_type and state_type parameters is implicit with the const attribute, but was incorrectly determined to be (transfer full) in the GIR.

Add explicit (transfer none) annotations for these two parameters.

Merge request reports