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.

Parameters

value

Type: const char*

The value.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.