GNOME Bugzilla – Bug 753521
g_subprocess_launcher_set_environ misses argument annotations
Last modified: 2017-09-11 19:24:22 UTC
Created attachment 309076 [details] [review] adds annotations for g_subprocess_launcher_set_environ g_subprocess_launcher_set_environ misses some annotations that makes it generate the wrong bindings in certain languages.
Comment on attachment 309076 [details] [review] adds annotations for g_subprocess_launcher_set_environ > (element-type utf8) There is no requirement that environment strings must be UTF-8.
Review of attachment 309076 [details] [review]: indeed.
Created attachment 309314 [details] [review] adds annotations for g_subprocess_launcher_set_environ This patch removes the utf8 element type annotation from the previous patch.
Review of attachment 309314 [details] [review]: This was partially done in commit 7bf31065cc, but the (transfer none) annotation is still missing. I’ll update and push the patch.
I rebased the patch and shortened the commit subject a bit.