creationix / node-gir

Node bindings to libgirepository
http://live.gnome.org/GObjectIntrospection
MIT License
231 stars 58 forks source link

Port to NANv2 API #42

Closed benwaffle closed 9 years ago

benwaffle commented 9 years ago

You can run some of the examples, but others cause it to crash.

Reproducible crash:

var gir = require('./gir.js');
var lib = 'GLib'; // try Gtk, GObject
gir.load(lib);
gir.load(lib);