GObject.SignalInvocationHint¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
detail |
r/w |
The detail passed on for this emission |
|
run_type |
r/w |
The stage the signal emission is currently in, this field will contain one of |
|
signal_id |
r/w |
The signal id of the signal invoking the callback |
Methods¶
None
Details¶
- class GObject.SignalInvocationHint¶
The
GObject.SignalInvocationHint
structure is used to pass on additional information to callbacks during a signal emission.