[webkit-dev] launch webkit browser from my c code
Ajay Gautam
ajaywebkit at gmail.com
Tue Nov 11 00:47:21 PST 2008
Hi ,
I want to launch my webkit browser from my c code as following:
pId = fork();
if(pId)
{
execl("/GtkLauncher","sh","-c",NULL);
}
but its not launching .
Please can anybody tell me that where i am doing wrong?
Thanx
Ajay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20081111/195deef6/attachment.html>
More information about the webkit-dev
mailing list