Package: gobject
Function g-signal-connect-after
Lambda Listg-signal-connect-after (instance detailed-signal handler) ArgumentsReturn ValueA unsigned long with the handler ID. Details
Connects a Lisp callback function to a signal for a particular object.
The handler will be called after the default handler of the signal. Lisp implementation(g-signal-connect instance detailed-signal handler :after t) | See also |
2021-12-14