[webkit-dev] WebKit
nishit sharma
sharmafrequent at gmail.com
Wed Aug 27 05:07:09 PDT 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webkit.org/pipermail/webkit-dev/attachments/20080827/bf33e86e/attachment.html
More information about the webkit-dev
mailing list