node-gtk icon indicating copy to clipboard operation
node-gtk copied to clipboard

fix undefined value not converted to gobject

Open CapitaineJSparrow opened this issue 2 years ago • 1 comments

Fix #333 (confirmed on my end)

I'm not sure about myself, undefined is not in glib constants so I compare the type of value as string. I'm new to this project and it's the first lines of C code I write since decades so may be not the right fix.

CapitaineJSparrow avatar Oct 04 '22 06:10 CapitaineJSparrow

Added unit test, failing on master but working with my PR

CapitaineJSparrow avatar Oct 04 '22 16:10 CapitaineJSparrow