aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_return_[val]_if_fail instead of g_assert in public APIs.xclaesse2009-01-071-3/+3
* Use the right weak pointer location.xclaesse2009-01-071-1/+1
* disconnect_monitor_signals function is quite useless.xclaesse2009-01-071-18/+10
* Don't initialize the variable at declaration.xclaesse2009-01-071-3/+3
* Move code handling the DBus signal in an idle callback.xclaesse2009-01-071-12/+44
* Use TpConnectionStatus instead of guint.xclaesse2009-01-071-1/+1
* Simplify code when initializing the store.xclaesse2009-01-071-35/+31
* Insert a comment claryfing reference ownership.xclaesse2009-01-071-0/+3
* Don't forget to unref the account object.xclaesse2009-01-071-0/+1
* Initialize the connection numbers when creating the object.xclaesse2009-01-071-0/+9
* Add a weak pointer ref inside the costructor.xclaesse2009-01-071-0/+1
* Use new singleton policy for EmpathyAccountManager.xclaesse2009-01-071-2/+5
* Another style nitpick.xclaesse2009-01-071-1/+3
* Yet more style fixes.xclaesse2009-01-071-126/+134
* Use _constructor () override to implement singleton.xclaesse2009-01-071-9/+22
* Add newlines at the end of files.xclaesse2009-01-071-0/+1
* Remember to set dispose_run after dispose has run.xclaesse2009-01-071-0/+2
* Don't leak a reference to McAccount objects and don't leak a list.xclaesse2009-01-071-3/+7
* Unref objects in dispose and not in finalize; fully update account dataxclaesse2009-01-071-10/+43
* Style fixes.xclaesse2009-01-071-347/+347
* Always disconnect signals for safety on _finalize ().xclaesse2009-01-071-2/+19
* Remember to check if source_id is already there when adding thexclaesse2009-01-071-0/+5
* Add an API to EmpathyAccountManager to find out if an account has justxclaesse2009-01-071-2/+43
* Add new API in EmpathyAccountManager to cache the number of connectingxclaesse2009-01-071-4/+67
* Use a invalid value when initializing.xclaesse2009-01-071-1/+1
* Use the right marshallers for signals.xclaesse2009-01-071-2/+3
* Fix a typo.xclaesse2009-01-071-1/+1
* Disconnect from the DBus signal on finalize.xclaesse2009-01-071-0/+5
* Add EmpathyAccountManager.xclaesse2009-01-071-0/+391