[Telepathy-commits] [telepathy-qt4/master] DBusProxy: document parameters for invalidated() and link its name correctly
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Feb 24 03:11:01 PST 2009
---
TelepathyQt4/Client/dbus-proxy.cpp | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/Client/dbus-proxy.cpp b/TelepathyQt4/Client/dbus-proxy.cpp
index c54b801..20e2c11 100644
--- a/TelepathyQt4/Client/dbus-proxy.cpp
+++ b/TelepathyQt4/Client/dbus-proxy.cpp
@@ -200,7 +200,8 @@ QString DBusProxy::invalidationMessage() const
}
/**
- * \signal invalidated
+ * \fn void DBusProxy::invalidated (Telepathy::Client::DBusProxy *proxy,
+ * const QString &errorName, const QString &errorMessage)
*
* Emitted when this object is no longer usable.
*
@@ -219,6 +220,10 @@ QString DBusProxy::invalidationMessage() const
*
* This method takes care of setting the invalidationReason,
* invalidationMessage, and emitting the invalidated signal.
+ *
+ * \param reason A D-Bus error name (a string in a subset of ASCII,
+ * prefixed with a reversed domain name)
+ * \param message A debugging message associated with the error
*/
void DBusProxy::invalidate(const QString &reason, const QString &message)
{
--
1.5.6.5
More information about the telepathy-commits
mailing list