diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-27 15:00:04 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-27 15:00:04 +0200 |
commit | c4b69e59d07d3577a68d2ae855e2b954722391a2 (patch) | |
tree | eda55d04569749a1fe95f42e4290385d69afed5a | |
parent | a1aba1bad33188bf8aaa54e9db218469fdbe177b (diff) |
tp_account_manager_dup_valid_accounts() has been renamed
Fix comment.
-rw-r--r-- | telepathy-glib/account-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c index 6eef3ba4b..daf0517ec 100644 --- a/telepathy-glib/account-manager.c +++ b/telepathy-glib/account-manager.c @@ -55,7 +55,7 @@ * To list the existing valid accounts, the client should first * prepare the %TP_ACCOUNT_MANAGER_FEATURE_CORE feature using * tp_proxy_prepare_async(), then call - * tp_account_manager_dup_valid_accounts(). + * tp_account_manager_dup_usable_accounts(). * * The #TpAccountManager::account-validity-changed signal is emitted * to notify of the validity of an account changing. New accounts are |