<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-03-31 15:21 GMT+02:00 Jérémy Lal <span dir="ltr">&lt;<a href="mailto:kapouer@melix.org" target="_blank">kapouer@melix.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">I was trying to do so using webkit2gtk 2.12, but the API seems to not allow this.<div><br></div><div>It would have been nice to be able to pass construct only properties to webkit_web_view_new()</div><div>like it is possible with webkit_website_data_manager_new(...).</div><div><br></div></div></blockquote><div><br></div><div>Or is it</div><div><br></div><div>WEBKIT_WEB_VIEW(g_object_new(WEBKIT_TYPE_WEB_VIEW,</div><div>  &quot;user-content-manager&quot;, webkit_user_content_manager_new(),</div><div>  &quot;web-context&quot;, webContext,</div><div>  NULL</div><div>)); </div><div><br></div><div>?</div></div><br></div></div>