GNOME Bugzilla – Bug 562615
Struct methods missing
Last modified: 2015-02-07 16:56:11 UTC
Struct methods are missing in the <record> element for structs that do not have fields. For example, FileAttributeMatcher in GIO is affected.
To clarify, struct methods are in the generated .gir file. However, they are only listed as functions in the namespace with no relation to the struct. The bug is about moving the methods from the namespace to the appropriate <record> element.
I took some time to fix this up: 2009-01-20 Johan Dahlin <jdahlin@async.com.br> Bug 562615 – Struct methods missing * giscanner/annotationparser.py: * giscanner/ast.py: * giscanner/girwriter.py: * giscanner/glibast.py: * giscanner/glibtransformer.py: * tests/scanner/foo-1.0-expected.gir: * tests/scanner/foo-1.0-expected.tgir:
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]