[webkit-gtk] Webkit introspection experiments with Python
Martin Robinson
mrobinson at webkit.org
Mon Sep 6 14:11:02 PDT 2010
> ... 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
More information about the webkit-gtk
mailing list