[webkit-dev] cross compiling WebKit for MIPS
nishit sharma
sharmafrequent at gmail.com
Mon Aug 25 23:37:25 PDT 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webkit.org/pipermail/webkit-dev/attachments/20080826/94b2c7e2/attachment.html
More information about the webkit-dev
mailing list