Method

PurpleAccountOptionstring_set_hints

since: 3.0

Declaration [src]

void
purple_account_option_string_set_hints (
  PurpleAccountOption* option,
  GSList* hints
)

Description [src]

Sets the hint list for an account option.

The list passed will be owned by the account option, and the strings inside will be freed automatically.

Available since: 3.0

Parameters

hints

Type: A list of utf8

The list of hints, stored as strings.

The instance takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.