WebKit on MIPS
Submitted by nishit on Wed, 2008-08-27 10:53.
HI All,
I am trying to run WebKit on MIPS target board but stuck at
web_view = WEBKIT_WEB_VIEW (webkit_web_view_new ());
function. This function internally calls
WebKitWebView* webView = WEBKIT_WEB_VIEW(g_object_new(WEBKIT_TYPE_WEB_VIEW, NULL));
which is defined as webkit_web_view_get_type() but i am unable to get the definition for this function.
Can anybody help me in telling what this function does and how to get its definition so that i can make it run on MIPS.
Thanks and Regards
Nishit
