Method

PurpleAccountset_require_password

since: 3.0

Declaration [src]

void
purple_account_set_require_password (
  PurpleAccount* account,
  gboolean require_password
)

Description [src]

For protocols that have an optional password, this settings tells libpurple that it should look for a password in the PurpleCredentialManager or prompt the user if a password can not be found.

Available since: 3.0

Parameters

require_password

Type: gboolean

Whether or not this account should require a password.