Method

PurpleAccountOptionstring_get_masked

since: 3.0

Declaration [src]

gboolean
purple_account_option_string_get_masked (
  const PurpleAccountOption* option
)

Description [src]

Returns whether an option’s value should be masked from view, like a password. If so, the UI might display each character of the option as a ‘*’ (for example).

Available since: 3.0

Return value

Type: gboolean

TRUE if the option’s value should be obscured.