Method

PurpleRequestFieldget_label

since: 2.0

Declaration [src]

const char*
purple_request_field_get_label (
  PurpleRequestField* field
)

Description [src]

Returns the label text of a field.

Available since: 2.0

Return value

Type: const char*

The label text.

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