From 8000b85f89e5056671547bfa698c82a62c6aaff2 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 13 Jun 2011 23:04:56 +0300 Subject: [PATCH] * mu-msg.h: update docstring --- src/mu-msg.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mu-msg.h b/src/mu-msg.h index 13a4c556..1e4bdc1d 100644 --- a/src/mu-msg.h +++ b/src/mu-msg.h @@ -322,7 +322,8 @@ const char* mu_msg_get_header (MuMsg *self, const char *header); /** - * get the list of references + * get the list of references, with the direct parent as the final + * one; this final one is typically the 'In-reply-to' field * * @param msg a valid MuMsg * @@ -330,13 +331,13 @@ const char* mu_msg_get_header (MuMsg *self, const char *header); */ const GSList* mu_msg_get_references (MuMsg *msg); + /** - * get the list of tags + * get the list of tags (ie., X-Label) * * @param msg a valid MuMsg * * @return a list with the tags for this msg. Don't modify/free - */ const GSList* mu_msg_get_tags (MuMsg *self);