Method

PurpleRequestFieldStringset_value

since: 2.0

Declaration [src]

void
purple_request_field_string_set_value (
  PurpleRequestFieldString* field,
  const char* value
)

Description [src]

Sets the value in a string field.

Available since: 2.0

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.