:right-sidebar: True ConnectFlags =================================================================== .. currentmodule:: gi.repository.GObject .. class:: ConnectFlags :no-contents-entry: The connection flags are used to specify the behaviour of a signal's connection. Fields ------ .. rst-class:: interim-class .. class:: ConnectFlags :no-index: .. attribute:: AFTER If set, the handler should be called after the default handler of the signal. Normally, the handler is called before the default handler. .. attribute:: DEFAULT Default behaviour (no special flags). Since: 2.74 .. attribute:: SWAPPED If set, the instance and data should be swapped when calling the handler; see :func:`~gi.repository.GObject.signal_connect_swapped` for an example.