Hello, How to wrap GObject as JSObject for call JS function from native code?
xxx.c
void handle (Handler *handler)
{
// Want to call js handle function, How to wrap handler object?
}
xxx.js
function handle (handler)
{
}
Thx!
_______________________________________________
javascript-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/javascript-list
