Method
PurpleRequestFieldset_tooltip
unstable 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
Sets property | Purple.RequestField:tooltip |
[−]
Parameters
tooltip
-
Type:
const char*
The tooltip text.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.