On Sun, Jun 19, 2011 at 19:33, Emmanuel Rodriguez <[email protected]> wrote: > On Mon, Jun 6, 2011 at 16:41, Emmanuel Rodriguez > <[email protected]> wrote: >> Hi, >> >> I'm trying to use WebKit through the introspection mechanisms provided >> by GObject and I've noticed that a lot of DOM methods are marked as >> introspectable="0" and aren't accessible through introspection. >> >> Is there a plan to make these methods available through introspection >> at one point? > > Any help or comment on how to enable the DOM methods through the > introspection framework is more than welcome. So far the only way that > I can see for accessing the DOM is to use the C API. >
I found that compiling a more recent version of WebKit resolves the issue. It seems that latter versions of WebKit offer more functions through GIR including full access to the DOM. -- Emmanuel Rodriguez _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
