[gmime/gmime-2-4] Fixed gtk-docs
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime/gmime-2-4] Fixed gtk-docs
- Date: Fri, 18 Mar 2011 04:01:08 +0000 (UTC)
commit add045ad074d9c4ebc5035166dc136790bca3230
Author: Jeffrey Stedfast <fejj gnome org>
Date: Fri Mar 18 00:00:54 2011 -0400
Fixed gtk-docs
gmime/gmime-encodings.h | 6 +++---
gmime/gmime-filter-from.c | 4 ++--
gmime/gmime-header.h | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gmime/gmime-encodings.h b/gmime/gmime-encodings.h
index 3ae2901..b256338 100644
--- a/gmime/gmime-encodings.h
+++ b/gmime/gmime-encodings.h
@@ -97,7 +97,7 @@ const char *g_mime_content_encoding_to_string (GMimeContentEncoding encoding);
/**
* GMIME_UUDECODE_STATE_INIT:
*
- * Initial state for the g_mime_utils_uudecode_step() function.
+ * Initial state for the g_mime_encoding_uudecode_step() function.
**/
#define GMIME_UUDECODE_STATE_INIT (0)
@@ -105,7 +105,7 @@ const char *g_mime_content_encoding_to_string (GMimeContentEncoding encoding);
/**
* GMIME_UUDECODE_STATE_BEGIN:
*
- * State for the g_mime_utils_uudecode_step() function, denoting that
+ * State for the g_mime_encoding_uudecode_step() function, denoting that
* the 'begin' line has been found.
**/
#define GMIME_UUDECODE_STATE_BEGIN (1 << 16)
@@ -114,7 +114,7 @@ const char *g_mime_content_encoding_to_string (GMimeContentEncoding encoding);
/**
* GMIME_UUDECODE_STATE_END:
*
- * State for the g_mime_utils_uudecode_step() function, denoting that
+ * State for the g_mime_encoding_uudecode_step() function, denoting that
* the end of the UU encoded block has been found.
**/
#define GMIME_UUDECODE_STATE_END (1 << 17)
diff --git a/gmime/gmime-filter-from.c b/gmime/gmime-filter-from.c
index dfcbe21..3b9c4d5 100644
--- a/gmime/gmime-filter-from.c
+++ b/gmime/gmime-filter-from.c
@@ -242,8 +242,8 @@ filter_reset (GMimeFilter *filter)
* will be escaped to ">From ".
*
* Note: If you plan on using a from-filter in mode ARMOR, you should
- * remember to also use a #GMimeFilterBasic filter with mode
- * #GMIME_FILTER_BASIC_QP_ENC.
+ * remember to also use a #GMimeFilterBasic filter with an encoding of
+ * #GMIME_CONTENT_ENCODING_QUOTEDPRINTABLE.
*
* Returns: a new from filter with mode @mode.
**/
diff --git a/gmime/gmime-header.h b/gmime/gmime-header.h
index cdfa6f4..6c9092c 100644
--- a/gmime/gmime-header.h
+++ b/gmime/gmime-header.h
@@ -98,7 +98,7 @@ gboolean g_mime_header_iter_remove (GMimeHeaderIter *iter);
* @value: The field value.
*
* Function signature for the callback to
- * g_mime_header_register_writer().
+ * g_mime_header_list_register_writer().
*
* Returns: the number of bytes written or %-1 on error.
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]