[gmime] Fixed gtk-docs



commit 688f316e83bdabb8262b6064e96843919f44e5e7
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Fri Mar 18 00:01:23 2011 -0400

    Fixed gtk-docs

 docs/reference/gmime.hierarchy |    2 +-
 gmime/gmime-encodings.h        |    6 +++---
 gmime/gmime-filter-from.c      |    4 ++--
 gmime/gmime-header.h           |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/docs/reference/gmime.hierarchy b/docs/reference/gmime.hierarchy
index fa30bd3..ed64b5e 100644
--- a/docs/reference/gmime.hierarchy
+++ b/docs/reference/gmime.hierarchy
@@ -17,7 +17,7 @@ GObject
   GMimeCertificateList
   GMimeSignature
   GMimeSignatureList
-  GMimeCipherContext
+  GMimeCryptoContext
     GMimeGpgContext
     GMimePkcs7Context
   GMimeDataWrapper
diff --git a/gmime/gmime-encodings.h b/gmime/gmime-encodings.h
index 2471165..817a5c1 100644
--- a/gmime/gmime-encodings.h
+++ b/gmime/gmime-encodings.h
@@ -115,7 +115,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)
 
@@ -123,7 +123,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)
@@ -132,7 +132,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 c110a9b..2484313 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 47019f6..bc71242 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]