aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement setting icon name to the account and to the settings.Cosimo Cecchi2009-08-311-0/+6
|
* Merge commit 'jtellier/reconnect-account'Guillaume Desmottes2009-08-271-0/+7
|\
| * - Added a utility function (empathy_account_reconnect_async) to easilyJonathan Tellier2009-08-261-0/+7
| | | | | | | | | | | | | | reconnect an account. - When we apply changes to an account, instead of disconnecting and reconnecting it, we use the new empathy_account_reconnect_async function.
* | Implement empathy_account_refresh_properties()Cosimo Cecchi2009-08-261-0/+2
|/
* Make the set_enabled API asyncCosimo Cecchi2009-08-221-2/+5
|
* Rename empathy_account_get_connection_for to ↵Sjoerd Simons2009-08-221-1/+1
| | | | empathy_account_get_connection_for_path
* Add API to get teh TpConnection for an account on a certain pathSjoerd Simons2009-08-211-0/+2
|
* Implement _set_display_nameCosimo Cecchi2009-07-301-2/+5
|
* Add api to remove accountsSjoerd Simons2009-07-221-0/+5
|
* Coding style fixesSjoerd Simons2009-07-221-1/+1
|
* Add API to Update an accounts parametersSjoerd Simons2009-07-221-0/+8
|
* Remove the API to change the account parameters one by oneSjoerd Simons2009-07-221-15/+2
|
* Keep track of ``global'' presence of all accountsSjoerd Simons2009-07-161-1/+0
|
* Add api to set the requested presenceSjoerd Simons2009-07-081-0/+4
|
* Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-081-1/+5
|
* Get the icon name from the account object directlySjoerd Simons2009-07-051-0/+1
|
* Add API to get the protocol and cm name from a accountSjoerd Simons2009-07-051-4/+3
|
* Implement EmpathyAccountSjoerd Simons2009-07-011-0/+94
Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508