TelepathyClient: track added/removed accounts

(prep work for presence tracking)

https://bugzilla.gnome.org/show_bug.cgi?id=611613
This commit is contained in:
Dan Winship
2010-05-11 13:00:55 -04:00
parent a3a09e6b2e
commit fdd819e9f6
2 changed files with 42 additions and 23 deletions

View File

@ -262,6 +262,10 @@ const AccountManagerIface = {
{ name: 'ValidAccounts',
signature: 'ao',
access: 'read' }
],
signals: [
{ name: 'AccountValidityChanged',
inSignature: 'ob' }
]
};
let AccountManager = makeProxyClass(AccountManagerIface);