ActionIF.changeState

Request for the state of action to be changed to value.

The action must be stateful and value must be of the correct type. See Action.getStateType.

This call merely requests a change. The action may refuse to change its state or may change its state to something other than value. See Action.getStateHint.

If the value GVariant is floating, it is consumed.

interface ActionIF
void
changeState

Parameters

value Variant

the new state

Meta

Since

2.30