telepathy-qt: dbus-tubes: document DBusTubeChannel::busNameRemoved()
Dario Freddi
drf at kemper.freedesktop.org
Tue Jul 3 15:09:00 PDT 2012
Module: telepathy-qt
Branch: master
Commit: 0f4984dda62c3731fb9eb12e29200e082c8c0469
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=0f4984dda62c3731fb9eb12e29200e082c8c0469
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date: Mon Jul 2 18:31:53 2012 +0300
dbus-tubes: document DBusTubeChannel::busNameRemoved()
---
TelepathyQt/dbus-tube-channel.cpp | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/TelepathyQt/dbus-tube-channel.cpp b/TelepathyQt/dbus-tube-channel.cpp
index 4a05b27..d934e7c 100644
--- a/TelepathyQt/dbus-tube-channel.cpp
+++ b/TelepathyQt/dbus-tube-channel.cpp
@@ -475,4 +475,16 @@ void DBusTubeChannel::setAddress(const QString& address)
* \param contact The ContactPtr identifying the participant
*/
+/**
+ * \fn void DBusTubeChannel::busNameRemoved(const QString &busName, const Tp::ContactPtr &contact)
+ *
+ * Emitted when a participant leaves this tube.
+ *
+ * This signal will be emitted only if the tube is a group tube (not p2p), and if the
+ * FeatureBusNameMonitoring feature has been enabled.
+ *
+ * \param busName The bus name of the participant leaving
+ * \param contact The ContactPtr identifying the participant
+ */
+
}
More information about the telepathy-commits
mailing list