Method
PurpleRequestFieldStringset_value
[−]
Declaration [src]
void
purple_request_field_string_set_value (
PurpleRequestFieldString* field,
const char* value
)
[−]
Description [src]
Sets the value in a string field.
Sets property | Purple.RequestFieldString:value |
[−]
Parameters
value
-
Type:
const char*
The value.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.