Skip to content

Fix out argument annotation

Emmanuele Bassi requested to merge ebassi/layout-annotation-fix into main

A gunichar is a scalar value, and it doesn't get allocated when used as an out argument.

Merge request reports