Skip to content

Fix GIR: gunichar -> gunichar[]

Bart Jacobs requested to merge (removed):bad-gir-gunichar-array into main

This fixes five cases of a parameter pointing to a UCS4 string or a UTF-16 string getting GIR type 'gunichar' or 'guint16' instead of "array of guinchar"/"array of guint16".

Merge request reports