Method

PurpleAccountOptionstring_set_masked

unstable since: 3.0

[]

Declaration [src]

void
purple_account_option_string_set_masked (
  PurpleAccountOption* option,
  gboolean masked
)
[]

Description [src]

Sets the masking for an account option. Setting this to TRUE acts as a hint to the UI that the option’s value should be obscured from view, like a password.

Available since: 3.0

[]

Parameters

masked

Type: gboolean

The masking.