ConnectFlags
Description:
[ CCode ( cprefix = "G_CONNECT_" , has_type_id = false ) ]
[ Flags ]
public enum ConnectFlags
The connection flags are used to specify the behaviour of a signal's connection.
Content:
Enum values:
- AFTER - If set, the handler should be
called after the default handler of the signal.
- SWAPPED - If set, the instance and data
should be swapped when calling the handler; see connect_swapped
for an example.