Enumeration
GObjectConnectFlags
since: 2.0
Description
The connection flags are used to specify the behaviour of a signal’s connection.
Available since: 2.0
Members
G_CONNECT_DEFAULT
-
Default behaviour (no special flags). Since: 2.74
- Value:
0
- Nickname:
None
- Available since: 2.0
- Value:
G_CONNECT_AFTER
-
If set, the handler should be called after the default handler of the signal. Normally, the handler is called before the default handler.
- Value:
1
- Nickname:
None
- Available since: 2.0
- Value:
G_CONNECT_SWAPPED
-
If set, the instance and data should be swapped when calling the handler; see
g_signal_connect_swapped()
for an example.- Value:
2
- Nickname:
None
- Available since: 2.0
- Value: