fixup! GST&UI: add QR code scan logic

Annotate string as unowned
This commit is contained in:
Vasiliy Doylov 2025-06-24 19:24:36 +03:00
parent 269a72967b
commit 92202b9084
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -255,7 +255,7 @@ namespace ZBar {
public unowned Symbol? next();
[CCode (array_null_terminated=true)]
public string get_data();
public unowned string get_data();
}
}