Hi All,

I am running cross compiled GtkLauncher on the MIPS target but it stick at
GtkWidget* webkit_web_view_new(void)
{

    WebKitWebView* webView =
WEBKIT_WEB_VIEW(g_object_new(WEBKIT_TYPE_WEB_VIEW, NULL));


    return GTK_WIDGET(webView);
}

for this g_object_new(WEBKIT_TYPE_WEB_VIEW) i am not getting any references.

Can somebody helps me in knowing what this function does and how to resolve
this

Thanks
Nishit
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to