[webkit-gtk] WebKit introspection omits a lot of DOM methods

Emmanuel Rodriguez emmanuel.rodriguez at gmail.com
Thu Sep 29 11:57:20 PDT 2011


On Sun, Jun 19, 2011 at 19:33, Emmanuel Rodriguez
<emmanuel.rodriguez at gmail.com> wrote:
> On Mon, Jun 6, 2011 at 16:41, Emmanuel Rodriguez
> <emmanuel.rodriguez at gmail.com> 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


More information about the webkit-gtk mailing list