GVariant text format. 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() @property nothrowGet state field.
Returns
the initial state for this action, given in
void state(string propval) @property nothrowSet state field.
Parameters
propval | the initial state for this action, given in GVariant text format. 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. |