Closed BinaryMuse closed 6 years ago
I've opened a PR that fixes this bug. One caveat is that the arguments passed to the notify:: signal callback aren't correct just yet. the callback will be called correctly but the arguments it receives should be considered incorrect/wrong because I haven't implemented that correctly.
So @BinaryMuse, is GitHub using node-gir, or is it personal projects?
@Place1 Awesome, thanks for tackling this!
@codejamninja Personal project :)
Calling
connect
with a signal that starts with"notify::"
causes Node to segfault.Here is a case that reproduces on my machine (uncomment the commented line to see the segfault):
I tried digging into why this is happening with no luck (though to be frank I know little to nothing about GTK).
Working off 9668a34fc8aa67e581063f091718ec4b266be752.