Method

PurpleRequestFieldStringget_value

since: 2.0

Declaration [src]

const char*
purple_request_field_string_get_value (
  PurpleRequestFieldString* field
)

Description [src]

Returns the user-entered value in a string field.

Available since: 2.0

Return value

Type: const char*

The value.

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