Method

PurpleRequestFieldset_type_hint

unstable since: 3.0

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

Available since: 3.0

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.