qulogic/talkatu

Some doc fixes for talkatumessage.[ch]

2019-07-19, Gary Kramlich
a6a059aa7db5
Parents a40e5c40b58d
Children 2c4ee163bc1a
Some doc fixes for talkatumessage.[ch]
--- a/talkatu/talkatumessage.c Fri Jul 19 07:15:18 2019 -0500
+++ b/talkatu/talkatumessage.c Fri Jul 19 07:15:48 2019 -0500
@@ -30,6 +30,14 @@
*/
/**
+ * TalkatuMessage:
+ *
+ * #TalkatuMessage is an interface to be implemented to standardize the way
+ * messages are handled. All of its properties should be overridden with a
+ * sensible value returned for them.
+ */
+
+/**
* TalkatuContentType:
* @TALKATU_CONTENT_TYPE_PLAIN: Plain text content.
* @TALKATU_CONTENT_TYPE_PANGO: Pango Markup content.