signalStopEmissionByName
Stops a signal's current emission.
This is just like gobject.global.signalStopEmission except it will look up the signal id for you.
Parameters
instance | the object whose signal handlers you wish to stop. |
detailedSignal | a string of the form "signal-name::detail". |