Method

PurpleRequestFieldset_label

Declaration [src]

void
purple_request_field_set_label (
  PurpleRequestField* field,
  const char* label
)

Description [src]

Sets the label text of a field.

Parameters

label

Type: const char*

The text label.

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