GTlsPasswordFlags

Various flags for the password. G_TLS_PASSWORD_NONE No flags G_TLS_PASSWORD_RETRY The password was wrong, and the user should retry. G_TLS_PASSWORD_MANY_TRIES Hint to the user that the password has been wrong many times, and the user may not have many chances left. G_TLS_PASSWORD_FINAL_TRY Hint to the user that this is the last try to get this password right. Since 2.30

Values

ValueMeaning
NONE0
RETRY1 << 1
MANY_TRIES1 << 2
FINAL_TRY1 << 3

Meta