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”.

Parameters

type_hint

Type: const char*

The type hint.

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