Method

PurpleRequestFieldset_tooltip

since: 3.0

Declaration [src]

void
purple_request_field_set_tooltip (
  PurpleRequestField* field,
  const char* tooltip
)

Description [src]

Sets the tooltip for the field.

This is optionally used by the UIs to provide a tooltip for the field.

Available since: 3.0

Parameters

tooltip

Type: const char*

The tooltip text.

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