diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-09-19 12:53:34 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-09-19 16:08:12 +0100 |
commit | 9eda8bbdf79c68d91f5390cd7f372f93d9ce65b8 (patch) | |
tree | ac6f8687d653169f57bcd555d58ee8e2cbeb9401 | |
parent | 3f1c850efc2ecc7bb37c2e0d42b6067a4113bbdb (diff) |
tp_account_manager_create_account_async: document TpAccountRequest as an alternative
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55099
-rw-r--r-- | telepathy-glib/account-manager.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c index 39b10e864..679000d06 100644 --- a/telepathy-glib/account-manager.c +++ b/telepathy-glib/account-manager.c @@ -1372,6 +1372,9 @@ _tp_account_manager_created_cb (TpAccountManager *proxy, * tp_account_manager_create_account_finish(), one can guarantee this feature * will be ready. * + * It is usually better to use #TpAccountRequest instead, particularly when + * using high-level language bindings. + * * Since: 0.9.0 */ void |