> ... An easy fix is to bypass > this check in > introspectablepass.py line 113, which gets my example going, but I'd like to > know how to do a proper bugfix in Webkit, that is, where to place this > comments > g-ir-scanner needs to determine the transfer type, parameters,etc for each > function. Perhaps put them all together in a separate "comments only" header > file and add it to the list of headers that get processed by the tool?
It seems like the GObject bindings script should generate these annotations ( see WebCore/bindings/scripts/CodeGeneratorGObject.pm ). Martin _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
