aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-311-2/+27
* empathy-account-manager: fix coding styleGuillaume Desmottes2009-05-181-5/+5
* Add doc for empathy_account_manager_dup_connections.Xavier Claessens2009-04-221-0/+9
* Make explicit in the doc of empathy_account_manager_get_connection that it do...Xavier Claessens2009-04-221-1/+1
* Add asserts in connection_invalidated_cbXavier Claessens2009-04-221-0/+6
* Document hash tables in EmpathyAccountManagerPrivXavier Claessens2009-04-221-2/+2
* Get the connection for newly created accountsXavier Claessens2009-04-221-44/+53
* Keep a ref to all TpConnection objects. Map account<>connection.Xavier Claessens2009-04-221-0/+149
* Fix memleak in empathy_account_manager_init. Do not create unused account data.Lars-Peter Clausen2009-04-211-6/+1
* Fix type punned pointers warningsOlivier CrĂȘte2009-02-121-2/+2
* Added a new empathy_account_manager_get_count function, to get the number ofFrederic Peters2009-01-301-2/+20
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* Use g_return_[val]_if_fail instead of g_assert in public APIs.Xavier Claessens2009-01-071-3/+3
* Use the right weak pointer location.Xavier Claessens2009-01-071-1/+1
* disconnect_monitor_signals function is quite useless.Xavier Claessens2009-01-071-18/+10
* Don't initialize the variable at declaration.Xavier Claessens2009-01-071-3/+3
* Move code handling the DBus signal in an idle callback.Xavier Claessens2009-01-071-12/+44
* Use TpConnectionStatus instead of guint.Xavier Claessens2009-01-071-1/+1
* Simplify code when initializing the store.Xavier Claessens2009-01-071-35/+31
* Insert a comment claryfing reference ownership.Xavier Claessens2009-01-071-0/+3
* Don't forget to unref the account object.Xavier Claessens2009-01-071-0/+1
* Initialize the connection numbers when creating the object.Xavier Claessens2009-01-071-0/+9
* Add a weak pointer ref inside the costructor.Xavier Claessens2009-01-071-0/+1
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-2/+5
* Another style nitpick.Xavier Claessens2009-01-071-1/+3
* Yet more style fixes.Xavier Claessens2009-01-071-126/+134
* Use _constructor () override to implement singleton.Xavier Claessens2009-01-071-9/+22
* Add newlines at the end of files.Xavier Claessens2009-01-071-0/+1
* Remember to set dispose_run after dispose has run.Xavier Claessens2009-01-071-0/+2
* Don't leak a reference to McAccount objects and don't leak a list.Xavier Claessens2009-01-071-3/+7
* Unref objects in dispose and not in finalize; fully update account dataXavier Claessens2009-01-071-10/+43
* Style fixes.Xavier Claessens2009-01-071-347/+347
* Always disconnect signals for safety on _finalize ().Xavier Claessens2009-01-071-2/+19
* Remember to check if source_id is already there when adding theXavier Claessens2009-01-071-0/+5
* Add an API to EmpathyAccountManager to find out if an account has justXavier Claessens2009-01-071-2/+43
* Add new API in EmpathyAccountManager to cache the number of connectingXavier Claessens2009-01-071-4/+67
* Use a invalid value when initializing.Xavier Claessens2009-01-071-1/+1
* Use the right marshallers for signals.Xavier Claessens2009-01-071-2/+3
* Fix a typo.Xavier Claessens2009-01-071-1/+1
* Disconnect from the DBus signal on finalize.Xavier Claessens2009-01-071-0/+5
* Add EmpathyAccountManager.Xavier Claessens2009-01-071-0/+391