[webkit-dev] WebKit OS communication

Holger Freyther zecke at selfish.org
Sat Nov 8 11:28:44 PST 2008


On Saturday 08 November 2008 10:41:50 Iulian wrote:
> I'm using WebKit with GTK over DirectFB in Linux.
> I want to know if its possible to call functions from a dynamic library or
> to launch an application.
> How can i do this?

It depends from where you want to call it. From native code inside 
WebKit/WebCore, then just dlopen your library and call it? If you want to 
invoke native code from JavaScript you will have to use the JavaScript 
Interface and bind your native object to the engine...

z.




More information about the webkit-dev mailing list