node-gir
node-gir copied to clipboard
GIRClosure::find_signal_callable_info question
https://github.com/Place1/node-gir/blob/109efbd129cfb415bacd34e5b60e5d0dcab2892d/src/closure.cpp#L70-L75
Here, wouldn't it be better to just use the part before :: to find the signal name?
E.g. if passed notify::label, just look for the signal called notify?