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. _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

