aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-part-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-27 04:18:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-28 21:56:30 +0800
commit04aa0fba1f96cac50e8006e7dd806cf042138851 (patch)
treed7a73b8679f3fe17ae1c446c3c60e27e5bf8a01e /em-format/e-mail-part-utils.c
parent70a9fcdf9c61c09fcac72ddf99e73cb57ed99017 (diff)
downloadgsoc2013-evolution-04aa0fba1f96cac50e8006e7dd806cf042138851.tar
gsoc2013-evolution-04aa0fba1f96cac50e8006e7dd806cf042138851.tar.gz
gsoc2013-evolution-04aa0fba1f96cac50e8006e7dd806cf042138851.tar.bz2
gsoc2013-evolution-04aa0fba1f96cac50e8006e7dd806cf042138851.tar.lz
gsoc2013-evolution-04aa0fba1f96cac50e8006e7dd806cf042138851.tar.xz
gsoc2013-evolution-04aa0fba1f96cac50e8006e7dd806cf042138851.tar.zst
gsoc2013-evolution-04aa0fba1f96cac50e8006e7dd806cf042138851.zip
Rename libemformat to libevolution-mail-formatter.
To make Evolution's shared libraries more consistent. Also add an evolution-mail-formatter documentation module.
Diffstat (limited to 'em-format/e-mail-part-utils.c')
-rw-r--r--em-format/e-mail-part-utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/em-format/e-mail-part-utils.c b/em-format/e-mail-part-utils.c
index cbbedc51f0..0a24cf2ef4 100644
--- a/em-format/e-mail-part-utils.c
+++ b/em-format/e-mail-part-utils.c
@@ -35,7 +35,7 @@
#define d(x)
/**
- * e_mail_parst_is_secured:
+ * e_mail_part_is_secured:
* @part: a #CamelMimePart
*
* Whether @part is signed or encrypted or not.
@@ -56,7 +56,7 @@ e_mail_part_is_secured (CamelMimePart *part)
}
/**
- * e_mail_partr_snoop_type:
+ * e_mail_part_snoop_type:
* @part: a #CamelMimePart
*
* Tries to snoop the mime type of a part.
@@ -476,7 +476,7 @@ e_mail_part_build_uri (CamelFolder *folder,
/**
* e_mail_part_describe:
* @part: a #CamelMimePart
- * @mimetype: mimetype of the content
+ * @mime_type: MIME type of the content
*
* Generate a simple textual description of a part, @mime_type represents
* the content.