aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account.c
Commit message (Collapse)AuthorAgeFilesLines
* clarify when notify::connection is signalledSjoerd Simons2009-07-011-0/+1
|
* explain the connect_time struct memberSjoerd Simons2009-07-011-0/+1
|
* Fix coding styleSjoerd Simons2009-07-011-1/+2
|
* Implement EmpathyAccountSjoerd Simons2009-07-011-0/+572
Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508