Method

PurpleRequestFieldStringget_value

[]

Declaration [src]

const char*
purple_request_field_string_get_value (
  PurpleRequestFieldString* field
)
[]

Description [src]

Returns the user-entered value in a string field.

[]

Return value

Type: const char*

The value.

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