[Telepathy-commits] [telepathy-qt4/master] AccountManager docs: improve English, be consistent about param name
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Feb 24 03:04:00 PST 2009
---
TelepathyQt4/Client/account-manager.cpp | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/TelepathyQt4/Client/account-manager.cpp b/TelepathyQt4/Client/account-manager.cpp
index 54c4314..31ecf89 100644
--- a/TelepathyQt4/Client/account-manager.cpp
+++ b/TelepathyQt4/Client/account-manager.cpp
@@ -348,8 +348,9 @@ PendingAccount *AccountManager::createAccount(const QString &connectionManager,
* until the object is ready. To wait for the object to be ready, call
* becomeReady() and connect to the finished signal on the result.
*
- * \param features Which features should be tested.
- * \return \c true if the object has finished initial setup.
+ * \param features The features which should be tested
+ * \return \c true if the object has finished its initial setup for basic
+ * functionality plus the given features
*/
bool AccountManager::isReady(Features features) const
{
@@ -362,9 +363,10 @@ bool AccountManager::isReady(Features features) const
* its initial setup, or will fail if a fatal error occurs during this
* initial setup.
*
- * \param features Which features should be tested.
+ * \param requestedFeatures The features which should be enabled
* \return A PendingReadyAccountManager object which will emit finished
- * when this object has finished or failed its initial setup.
+ * when this object has finished or failed initial setup for basic
+ * functionality plus the given features
*/
PendingReadyAccountManager *AccountManager::becomeReady(Features requestedFeatures)
{
--
1.5.6.5
More information about the telepathy-commits
mailing list