Method

PurpleRequestFieldStringget_default_value

Declaration [src]

const char*
purple_request_field_string_get_default_value (
  PurpleRequestFieldString* field
)

Description [src]

Returns the default value in a string field.

Return value

Type: const char*

The default value.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.