[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.
ActionEntry.state
string state() @propertyGet state field.
Returns
the initial state for this action, given in
void state(string propval) @propertySet state field.
Parameters
propval | 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. |