talkatu/talkatu

4e2c0fb2c676
Parents c7a4815f9984
Children 5bcae6599448
Try to clean up the foreach_attachment doc string
--- a/talkatu/talkatumessage.c Wed Feb 05 00:40:13 2020 -0600
+++ b/talkatu/talkatumessage.c Wed Feb 05 00:45:30 2020 -0600
@@ -50,9 +50,9 @@
* attachment from the message.
* @get_attachment: The get_attachment vfunc gets an attachment from the
* message.
- * @foreach_attachment: The foreach_attachment vfunc is called to call a
- * TalkatuForeachAttachmentFunc for each attachment in the
- * message.
+ * @foreach_attachment: The foreach_attachment vfunc is called to iterate over
+ * each attachment in the message and call the provided
+ * TalkatuForeachAttachmentFunc on them.
* @clear_attachments: The clear_attachments vfunc is called to clear all
* attachments from the message.
*