Method

PurpleRequestFieldStringset_default_value

since: 2.0

Declaration [src]

void
purple_request_field_string_set_default_value (
  PurpleRequestFieldString* field,
  const char* default_value
)

Description [src]

Sets the default value in a string field.

Available since: 2.0

Parameters

default_value

Type: const char*

The default value.

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