How to wrap GObject?
- From: Heiher <root heiher info>
- To: javascript-list gnome org
- Subject: How to wrap GObject?
- Date: Sun, 6 Oct 2013 23:56:33 +0800
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!
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]