Method

PurpleRequestFieldStringset_default_value

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.

Parameters

default_value

Type: const char*

The default value.

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