[webkit-gtk] Unexpected behaviour of webkit_web_view_set_settings

Smartboy smartboyathome at gmail.com
Tue Apr 19 20:54:02 PDT 2011


On 04/19/2011 06:24 PM, Martin Robinson wrote:
> On Tue, Apr 19, 2011 at 6:05 PM, Gavin Lambert<gavinl at compacsort.com>  wrote:
>> Also, regarding webkit_web_view_init, it does look like that would create an initial settings object, but I cannot actually find anywhere that this function gets called.  It's static, so it would have to be somewhere within webkitwebview.cpp, but I can't see it.  It's certainly not getting called from webkit_web_view_new (which seems the most logical place), unless there's some weird macro magic going on.
> GObject initialization should call it automatically.
>
> --Martin
> _______________________________________________
> webkit-gtk mailing list
> webkit-gtk at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
Could this be a reason why GObject introspection doesn't work? That 
actually doesn't work with websettings, at least when I've tried it. I 
reported it in a past email to the list, but basically it doesn't return 
a usable object (has no properties or anything), which means I'm unable 
to use it.

Smartboy


More information about the webkit-gtk mailing list