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

GIRClosure::find_signal_callable_info question

Open romgrk opened this issue 7 years ago • 0 comments

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?

romgrk avatar Jul 18 '18 18:07 romgrk