Package: gobject
Function g-signal-stop-emission
Lambda Listg-signal-stop-emission (instance signal-id detail) ArgumentsDetails
Stops a current emission of the signal.
This will prevent the default method from running, if the signal was :run-last and you connected normally (i.e. without the "after"
flag). Prints a warning if used on a signal which is not being emitted. | See also |
2021-12-14