I want to expose a c++ source library through JavaScript interfaces in webkit.
Is there any way to generate the webkit-IDL for this c++ source ? at least a skeleton code ?
OR - Is writing the IDLs manually the only way to do this ? no code generator for this ?
Source: C++
Target: Webkit-IDL