[ CCode ( has_construct_function = false ) ]
public Value.string (Context context, string? string)
Create a new Value from string.
If you need to create a Value from a string containing null characters, use Value.string_from_bytes instead.
| context |
a Context |
| string |
a null-terminated string |
|
a Value. |