[ Version ( since = "0.15.1" ) ]
public signal void balance_changed (int balance, uint balance_scale, string balance_currency)
Emitted when at least one of the balance, balance_scale or balance_currency property is changed.
For this signal to be emitted, you must first call prepare_async with
the feature TP_CONNECTION_FEATURE_BALANCE
.
balance |
the value of the balance property |
balance_scale |
the value of the balance_scale property |
balance_currency |
the value of the balance_currency property |