Method
PurpleRequestFieldset_type_hint
[−]
Declaration [src]
void
purple_request_field_set_type_hint (
PurpleRequestField* field,
const char* type_hint
)
[−]
Description [src]
Sets the type hint for the field.
This is optionally used by the UIs to provide such features as auto-completion for type hints like “account” and “screenname”.
Sets property | Purple.RequestField:type-hint |
[−]
Parameters
type_hint
-
Type:
const char*
The type hint.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.