summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-manager.c
Commit message (Expand)AuthorAgeFilesLines
* TpAccountManager is the "toplevel" object, do not create it through a factoryXavier Claessens2011-08-171-15/+34
* Add tp_account_manager_set_default()Xavier Claessens2011-08-171-0/+29
* Deprecate tp_account_manager_ensure_account()Xavier Claessens2011-08-171-0/+2
* TpAccountManager: Fix doc now that TpAccount objects are guaranteed to be pre...Xavier Claessens2011-08-171-4/+12
* TpAccountManager: trivial code simplificationXavier Claessens2011-08-171-8/+1
* TpAccountManager: Stop tp_a_m_ensure_account() from inserting non prepared ac...Xavier Claessens2011-08-171-51/+44
* TpAccountManager: Delay preparing CORE featur until all TpAccounts are readyXavier Claessens2011-08-171-109/+59
* TpAccountManager: delay account-validity-changed until TpAccount is readyXavier Claessens2011-08-171-6/+85
* TpAccountManager: Delay create_account_async() reply until TpAccount is readyXavier Claessens2011-08-171-29/+38
* Merge branch 'contact-list-rebase'Xavier Claessens2011-08-051-0/+7
|\
| * Doc fix: Make clear in TpAccountManager doc that propagating the factory also...Xavier Claessens2011-08-051-1/+2
| * Include contact-list.c example into TpAccountManager's docXavier Claessens2011-08-041-0/+6
* | Print warning if tp_account_manager_dup() failsXavier Claessens2011-08-051-3/+7
|/
* Ensure TpAccountManager always has a factory and use it to create its TpAccountXavier Claessens2011-07-201-1/+4
* Add TpSimpleClientFactoryXavier Claessens2011-07-201-0/+9
* update comments refering to the old start_preparing functionGuillaume Desmottes2011-05-121-1/+1
* Merge branch 'telepathy-glib-0.12'Will Thompson2010-12-131-5/+11
|\
| * AM.ensure_account(): Don't critical on invalid pathsWill Thompson2010-12-131-5/+11
* | AM: document which TpAccounts will be prepared.Will Thompson2010-12-071-0/+9
|/
* tp_account_manager_ensure_account: ref the manager while preparing the accoun...Guillaume Desmottes2010-11-021-3/+5
* Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie2010-10-061-1/+1
* Fix up some warnings produced by g-ir-scannerDanielle Madeley2010-09-101-3/+3
* Simplify tp_account_manager_create_account_finish()Will Thompson2010-06-151-12/+5
* Explicitly state reference ownership for tp_am_create_account_finish()Danielle Madeley2010-04-281-2/+5
* Annotate TpAccount and TpAccountManagerDanielle Madeley2010-04-281-9/+12
* Add/update version annotationsSimon McVittie2010-04-201-1/+1
* TpAccountManager: implement features in terms of TpProxy featuresSimon McVittie2010-04-071-287/+33
* Use tp_str_empty whenever it's equivalent to the current codeSimon McVittie2010-04-011-1/+1
* Remove _tp_account_manager_get_missing_features and friendsSimon McVittie2010-03-301-54/+0
* Merge branch 'telepathy-glib-0.10'Simon McVittie2010-03-021-2/+1
|\
| * tp_account_manager_is_prepared: don't document a nonexistent parameterSimon McVittie2010-03-021-2/+1
* | Revert "fd.o#25600: account{,-manager}: make sure g_s_a_r_set_from_error gets...Simon McVittie2010-01-211-1/+1
* | Revert "account{,-manager}: cast const GError*s to GError* when passing to g_...Simon McVittie2010-01-211-1/+1
|/
* Fix some punctuation, so gtkdoc sees TpAccountManager::account-disabledSimon McVittie2010-01-211-1/+1
* fd.o#25600: account{,-manager}: make sure g_s_a_r_set_from_error gets a non-c...Jonny Lamb2009-12-121-1/+1
* tp_account_manager_dup: don't leak one ref to the starter dbus-daemonSimon McVittie2009-12-031-0/+2
* fd.o #25384 Remove any account which fails to prepare itself.David Laban2009-12-021-1/+11
* tp_account_manager_is_prepared: fix a confusing typoSimon McVittie2009-11-261-1/+1
* _tp_account_manager_account_ready_cb: fix b.fd.o #25051David Laban2009-11-191-6/+9
* One more leaking code-path.David Laban2009-11-181-2/+2
* s/g_array_unref/g_array_free/ + fix leak + infer array sizeDavid Laban2009-11-181-3/+5
* TpAccountManager: Don't use G_N_ELEMENTS() + fix typo.David Laban2009-11-171-4/+5
* TpAccountManager: Make internal functions deal with GArrays rather than GQuar...David Laban2009-11-171-40/+11
* tp_account_manager_prepare_async: copy @features argumentDavid Laban2009-11-171-2/+37
* ensure_account: fail if account_new returns NULL.David Laban2009-11-111-0/+1
* fd.o#24257: tp_account_manager_prepare: fail if invalidatedDavid Laban2009-11-111-1/+38
* account-manager: fix ::most-available-presence-changed's docsJonny Lamb2009-10-231-1/+0
* TpAccountManager::account-enabled: note about the readiness of the accountJonny Lamb2009-09-301-0/+3
* account{,-manager}: cast const GError*s to GError* when passing to g_simple_a...Jonny Lamb2009-09-291-1/+1
* Since: 0.9.0Simon McVittie2009-09-281-20/+20