Package: gobject

Bitfield g-connect-flags

Details

The connection flags are used to specify the behaviour of the connection of the signal.
(defbitfield g-connect-flags
  :after
  :swapped)  
:after
Whether the handler should be called before or after the default handler of the signal.
:swapped
Whether the instance and data should be swapped when calling the handler.
 

See also

2021-12-14