Struct
GObjectSignalInvocationHint
Description
struct GSignalInvocationHint {
guint signal_id;
GQuark detail;
GSignalFlags run_type;
}
The GSignalInvocationHint
structure is used to pass on additional information
to callbacks during a signal emission.
Structure members
signal_id |
The signal id of the signal invoking the callback. |
detail |
The detail passed on for this emission. |
run_type |
The stage the signal emission is currently in, this
field will contain one of |