ActionEntry.state

Get state field.

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

Return Value

Type: 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.