Package: gio

Function g-action-change-state

Lambda List

g-action-change-state (action value)

Arguments

action -- a g-action object
value -- a new g-variant state

Details

Request for the state of the action to be changed to value. The action must be stateful and the value argument must be of the correct type. See the g-action-state-type function.

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 the g-action-state-hint function.
 

See also

*2021-12-10