ActionEntry.parameterType

Set parameterType field.

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

Parameters

propval string

the type of the parameter that must be passed to the activate function for this action, given as a single GVariant type string (or null for no parameter)