<div dir="ltr">Hi All,<br><br>I am running cross compiled GtkLauncher on the MIPS target but it stick at <br>GtkWidget* webkit_web_view_new(void)<br>{<br><br>&nbsp;&nbsp;&nbsp; WebKitWebView* webView = WEBKIT_WEB_VIEW(g_object_new(WEBKIT_TYPE_WEB_VIEW, NULL));<br>
<br><br>&nbsp;&nbsp;&nbsp; return GTK_WIDGET(webView);<br>}<br><br>for this g_object_new(WEBKIT_TYPE_WEB_VIEW) i am not getting any references.<br><br>Can somebody helps me in knowing what this function does and how to resolve this<br><br>
Thanks<br>Nishit<br></div>