GNOME Bugzilla – Bug 756103
Skip g_base64_decode_step() in introspection
Last modified: 2017-09-11 19:45:18 UTC
The length of the caller-allocated (that flag was missing; added as well) output array is calculated by a formula, so none of the usual array length annotations apply. The state parameters need to be initialized with zero. Just let them use the basic API.
Created attachment 312700 [details] [review] Skip g_base64_decode_step() in introspection
Review of attachment 312700 [details] [review]: ++
Attachment 312700 [details] pushed as 01544c9 - Skip g_base64_decode_step() in introspection