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
javascript-list@gnome.org
https://mail.gnome.org/mailman/listinfo/javascript-list

Reply via email to