ActionEntry.state

Set state field.

  1. string state [@property getter]
  2. string state [@property setter]
    class ActionEntry
    @property
    void
    state
    (
    string propval
    )

Parameters

propval string

the initial state for this action, given in [GVariant text format][gvariant-text]. The state is parsed with no extra type information, so type tags must be added to the string if they are necessary. Stateless actions should give null here.