romgrk / node-gtk

GTK+ bindings for NodeJS (via GObject introspection)
MIT License
493 stars 41 forks source link

feat(value): accept BigInt for (u)int64 arguments #322

Closed peat-psuwit closed 2 years ago

peat-psuwit commented 2 years ago

This allows passing a large number (e.g. GST_CLOCK_TIME_NONE) to Gi.

romgrk commented 2 years ago

Good, thanks :)