Skip to content

qmi-codegen,gir: fix string/struct return annotations

Aleksander Morgado requested to merge aleksm/libqmi:aleksander/fix-gir into master

We must explicitly say the ownership of the returned string or struct is not transferred, otherwise the interpreter will try to own and free it

Merge request reports