[Telepathy-commits] [telepathy-qt4/master] Documentation: mark TpPrototype as a prototype

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Feb 26 09:12:14 PST 2009


---
 TelepathyQt4/Prototype/ConnectionFacade.h |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/TelepathyQt4/Prototype/ConnectionFacade.h b/TelepathyQt4/Prototype/ConnectionFacade.h
index 4dbf1ed..c567630 100644
--- a/TelepathyQt4/Prototype/ConnectionFacade.h
+++ b/TelepathyQt4/Prototype/ConnectionFacade.h
@@ -46,9 +46,15 @@ namespace TpPrototype
 {
 
 /**
- * @defgroup qt_style_api Qt-Style Client API
- * This API provides a high level client side API that enables developer to access to Telepathy on a high level of abstraction.
- * These classes encapsulate all the D-Bus communication, error handling and Telepathy-Channel handling.
+ * @defgroup qt_style_api Prototype Qt-Style Client API
+ *
+ * This API provides a high level client side API that enables developers
+ * to access to Telepathy on a high level of abstraction. However, the
+ * implementation is problematic in places.
+ *
+ * Work is in progress to merge the functionality of this prototype API into
+ * the main part of telepathy-qt4 while converting it to asynchronous
+ * operation. Using it for new code is not recommended.
  */
 
 /**
-- 
1.5.6.5




More information about the telepathy-commits mailing list