aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a new _ensure_account APISjoerd Simons2009-08-241-0/+3
| | | | | Have one call which only gets the account if it exists and a different one which creates the account on the given path when needed.
* Add a function to get the requested global presence from the account managerSjoerd Simons2009-08-211-0/+5
|
* Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-301-2/+2
| | | | | | | | EmpathyAccountManager used to have a _lookup function that looked up accounts by name and a _get function that lookup up accounts by connection. This is confusing, as looking up an account for a connection is less common rename have the _get_account be the same _lookup (but without returning a ref) and add a _get_account_for_connection function lookup by account
* Add API to add accountsSjoerd Simons2009-07-221-5/+9
|
* reformat macros a bitSjoerd Simons2009-07-211-6/+11
|
* Add a concept of ready to the account managerSjoerd Simons2009-07-161-0/+2
|
* Keep track of ``global'' presence of all accountsSjoerd Simons2009-07-161-0/+5
|
* Remove dead codeSjoerd Simons2009-07-161-3/+0
|
* Add a utility to set the presence on all requested accountsSjoerd Simons2009-07-081-0/+6
|
* Add api to create accounts, by cm and proto nameSjoerd Simons2009-07-061-1/+7
|
* Implement EmpathyAccountSjoerd Simons2009-07-011-8/+11
| | | | | | Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508
* empathy-account-manager: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* Keep a ref to all TpConnection objects. Map account<>connection.Xavier Claessens2009-04-221-0/+10
|
* Added a new empathy_account_manager_get_count function, to get the number ofFrederic Peters2009-01-301-0/+2
| | | | | | accounts. svn path=/trunk/; revision=2264
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-1/+1
| | | | svn path=/trunk/; revision=2074
* Style fixes.Xavier Claessens2009-01-071-8/+8
| | | | svn path=/trunk/; revision=2064
* Add an API to EmpathyAccountManager to find out if an account has justXavier Claessens2009-01-071-0/+6
| | | | | | connected. svn path=/trunk/; revision=2054
* Add new API in EmpathyAccountManager to cache the number of connectingXavier Claessens2009-01-071-2/+9
| | | | | | and connected accounts. svn path=/trunk/; revision=2042
* Add EmpathyAccountManager.Xavier Claessens2009-01-071-0/+53
svn path=/trunk/; revision=2029