Hi All,
I am failing in this function
GtkWidget* webkit_web_view_new(void)
{
printf("CAME HERE IN WEBKIT VIEW FUNCTION\n");
WebKitWebView* webView =
WEBKIT_WEB_VIEW(g_object_new(WEBKIT_TYPE_WEB_VIEW, NULL));
printf("RETURNING FROM WEBKIT VIEW FUNCTION\n");
return GTK_WIDGET(webView);
}
to which i am not getting any reference.
Can anybody tell me what it does and how to resolve this
Thanks
Nishit
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev