Method

PurpleAccountSettingset_hint

unstable since: 3.0

Declaration [src]

void
purple_account_setting_set_hint (
  PurpleAccountSetting* setting,
  const char* hint
)

Description [src]

Sets the hint for the setting.

Available since: 3.0

Parameters

hint

Type: const char*

The new hint.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.