Param.string
Description:
[
CCode ( has_construct_function =
false ) ]
public Param.string (
string name,
MemoryUse use,
string string)
A convience constructor to create a Param from a given UTF-8 string.
The resulting Param will have a content type of "text/plain".
Parameters:
name |
the parameter name
|
use |
the MemoryUse describing how the memory can be used
|
string |
the parameter value
|
Returns: