]> git.0d.be Git - empathy.git/history - libempathy/empathy-account-manager.c
Make explicit in the doc of empathy_account_manager_get_connection that it does not...
[empathy.git] / libempathy / empathy-account-manager.c
2009-04-22 Xavier ClaessensMake explicit in the doc of empathy_account_manager_get...
2009-04-22 Xavier ClaessensAdd asserts in connection_invalidated_cb
2009-04-22 Xavier ClaessensDocument hash tables in EmpathyAccountManagerPriv
2009-04-22 Xavier ClaessensGet the connection for newly created accounts
2009-04-22 Xavier ClaessensKeep a ref to all TpConnection objects. Map account...
2009-04-21 Lars-Peter ClausenFix memleak in empathy_account_manager_init. Do not...
2009-02-11 Olivier CrĂȘteFix type punned pointers warnings
2009-01-30 Frederic PetersAdded a new empathy_account_manager_get_count function...
2009-01-15 Xavier Claessensempathy_mission_control_new -> dup_singleton.
2009-01-06 Xavier ClaessensUse g_return_[val]_if_fail instead of g_assert in publi...
2009-01-06 Xavier ClaessensUse the right weak pointer location.
2009-01-06 Xavier Claessensdisconnect_monitor_signals function is quite useless.
2009-01-06 Xavier ClaessensDon't initialize the variable at declaration.
2009-01-06 Xavier ClaessensMove code handling the DBus signal in an idle callback.
2009-01-06 Xavier ClaessensUse TpConnectionStatus instead of guint.
2009-01-06 Xavier ClaessensSimplify code when initializing the store.
2009-01-06 Xavier ClaessensInsert a comment claryfing reference ownership.
2009-01-06 Xavier ClaessensDon't forget to unref the account object.
2009-01-06 Xavier ClaessensInitialize the connection numbers when creating the...
2009-01-06 Xavier ClaessensAdd a weak pointer ref inside the costructor.
2009-01-06 Xavier ClaessensUse new singleton policy for EmpathyAccountManager.
2009-01-06 Xavier ClaessensAnother style nitpick.
2009-01-06 Xavier ClaessensYet more style fixes.
2009-01-06 Xavier ClaessensUse _constructor () override to implement singleton.
2009-01-06 Xavier ClaessensAdd newlines at the end of files.
2009-01-06 Xavier ClaessensRemember to set dispose_run after dispose has run.
2009-01-06 Xavier ClaessensDon't leak a reference to McAccount objects and don...
2009-01-06 Xavier ClaessensUnref objects in dispose and not in finalize; fully...
2009-01-06 Xavier ClaessensStyle fixes.
2009-01-06 Xavier ClaessensAlways disconnect signals for safety on _finalize ().
2009-01-06 Xavier ClaessensRemember to check if source_id is already there when...
2009-01-06 Xavier ClaessensAdd an API to EmpathyAccountManager to find out if...
2009-01-06 Xavier ClaessensAdd new API in EmpathyAccountManager to cache the numbe...
2009-01-06 Xavier ClaessensUse a invalid value when initializing.
2009-01-06 Xavier ClaessensUse the right marshallers for signals.
2009-01-06 Xavier ClaessensFix a typo.
2009-01-06 Xavier ClaessensDisconnect from the DBus signal on finalize.
2009-01-06 Xavier ClaessensAdd EmpathyAccountManager.