watch_key
Description:
Installs a watch on key: callback will be invoked whenever the value of key changes (or the key is
removed).
Parameters:
| this |
the Account. |
| key |
the name of the key to watch. |
| callback |
a AccountNotifyCb callback to be called. |
| user_data |
pointer to user data, to be passed to |
Returns:
|
a AccountWatch, which can then be used to remove this watch. |