[Telepathy-commits] [telepathy-qt4/master] Account docs: improve English and be consistent about param naming
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Feb 24 03:04:44 PST 2009
---
TelepathyQt4/Client/account.cpp | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/TelepathyQt4/Client/account.cpp b/TelepathyQt4/Client/account.cpp
index d9de481..0167d26 100644
--- a/TelepathyQt4/Client/account.cpp
+++ b/TelepathyQt4/Client/account.cpp
@@ -620,8 +620,9 @@ PendingOperation *Account::remove()
* 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 Account::isReady(Features features) const
{
@@ -634,7 +635,7 @@ bool Account::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 PendingReadyAccount object which will emit finished
* when this object has finished or failed its initial setup.
*/
--
1.5.6.5
More information about the telepathy-commits
mailing list