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