account: Use explicit notify for account state property

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-07-04 02:37:35 +02:00
committed by Evangelos Ribeiro Tzaras
parent babd013bd7
commit 82ff6d0ac5

View File

@@ -45,7 +45,9 @@ calls_account_default_init (CallsAccountInterface *iface)
"The state of the account",
CALLS_TYPE_ACCOUNT_STATE,
CALLS_ACCOUNT_NULL,
G_PARAM_READABLE));
G_PARAM_READABLE |
G_PARAM_STATIC_STRINGS |
G_PARAM_EXPLICIT_NOTIFY));
}
/**