[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:21:57 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=f15b18d
The following commit has been merged in the master branch:
commit f15b18dd4ef80d45655235b3eae094203cdaf74a
Author: Lasath Fernando <kde at lasath.org>
Date: Tue May 1 17:10:51 2012 +1000
Update documentation
---
lib/message.h | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/lib/message.h b/lib/message.h
index 5ee9314..dfc224f 100644
--- a/lib/message.h
+++ b/lib/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-text-ui packaging
More information about the pkg-kde-commits
mailing list