Package: gobject

Bitfield gobject:connect-flags

Declaration

(cffi:defbitfield connect-flags
  :after
  :swapped)  

Values

: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.

Details

The connection flags are used to specify the behaviour of the connection of the signal.
 

See also

2024-12-4