Skip to content

Draft: function: Handle transfer-none string results without throwing an error

Daniel van Vugt requested to merge vanvugt/gjs:fix-issue-519 into master

This restores pre-1.75.2 compatibility with existing code that expects transfer-none function results to work, while also mitigating storage lifetime concerns by duplicating each result (only once).

Fixes: #519 (closed)

Merge request reports