account_validity_changed
Description:
[ Version ( since = "0.9.0" ) ]
public signal void account_validity_changed (Account account, bool valid)
public signal void account_validity_changed (Account account, bool valid)
Emitted when the validity on account changes.
This signal is also used to indicate a new account that did not previously exist has been added (with valid set to true
).
If valid is true, account is guaranteed to have TP_ACCOUNT_FEATURE_CORE prepared, along
with all the features previously passed to the factory's
add_account_features.
Parameters:
| account |
a Account |
| valid |
|