GNOME Bugzilla – Bug 732070
gobject-introspection-1.0.vapi: GI.BaseInfo.iterate_attributes wrong type
Last modified: 2016-09-17 08:22:54 UTC
Created attachment 278970 [details] [review] patch for the vapi file 'public bool iterate_attributes (GI.AttributeIter iterator, out unowned string name, out unowned string value);' should be 'public bool iterate_attributes (ref GI.AttributeIter iterator, out unowned string name, out unowned string value);' IF there were any attributes (which I've never actually seen), a while loop over the iterator would rewrite the structure on every loop causing a non-terminating loop.
Thanks for the patch, however please note that the bindings are auto generated.
Okay. I'll look into writing a .metadata file and/or editing the gobject-introspection doc tags on that project.