[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:15 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=ccc7e10

The following commit has been merged in the master branch:
commit ccc7e10f03839a0cec414855e91fd44f28f878b9
Author: Lasath Fernando <kde at lasath.org>
Date:   Tue May 1 17:10:51 2012 +1000

    Update documentation
---
 KTp/message.h | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/KTp/message.h b/KTp/message.h
index 5ee9314..dfc224f 100644
--- a/KTp/message.h
+++ b/KTp/message.h
@@ -24,6 +24,21 @@
 
 #include <ktpchat_export.h>
 
+/*!
+ * \par
+ * An encapsualtion of a Tp::Message that can be procesesd
+ * by many MessageFilters concurrently.
+ *
+ * \par
+ * Contains multiple parts created by plugins, to be displayed by user
+ * interfaces. Also contains internal metadata for use by other plugins.
+ *
+ * 
ote
+ * All methods in this class are thread safe, though some may cause an
+ * individual plugin do block.
+ *
+ * uthor Lasath Fernando <kde at lasath.org>
+ */
 class KDE_TELEPATHY_CHAT_EXPORT Message {
 
 public:
@@ -35,7 +50,7 @@ public:
     QString mainMessagePart() const;
 
     /*! rief Edit the main component of the message
-     * 
ote: This operation is thread-safe.
+     *
      * \param message the string to replace the body with. Must be correct HTML
      */
     void setMainMessagePart(const QString& message);
@@ -47,7 +62,6 @@ public:
      * processing is complete. Once a message part is added, it cannot be
      * changed!
      * 
-     * 
ote: This operation is thread-safe.
      * \param part the content to be added, in valid HTML
      */
     void appendMessagePart(const QString& part);

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list