ObjectWrap.notifyStateChange
void notifyStateChange(atk.types.State state, bool value)Emits a state-change signal for the specified state.
Note that as a general rule when the state of an existing object changes, emitting a notification is expected.
Parameters
state | an #AtkState whose state is changed |
value | a gboolean which indicates whether the state is being set on or off |