[gmime] Updated docs



commit f5074b42daada46de226b2a6cd630fcc7e22540c
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date:   Wed Mar 15 19:38:39 2017 -0400

    Updated docs

 PORTING                         |    2 +-
 docs/reference/changes-3.0.sgml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/PORTING b/PORTING
index 943fb1f..e8e915f 100644
--- a/PORTING
+++ b/PORTING
@@ -52,7 +52,7 @@ Porting from GMime 2.6 to GMime 3.0
 - g_mime_object_new() and g_mime_object_new_with_type() both now take a
   GMimeParserOptions argument.
 
-- g_mime_param_new_from_string() has been replaced by g_mime_param_parse()
+- g_mime_param_new_from_string() has been replaced by g_mime_param_list_parse()
   and now takes a GMimeParserOptions argument.
 
 - g_mime_content_type_new_from_string() has been replaced by
diff --git a/docs/reference/changes-3.0.sgml b/docs/reference/changes-3.0.sgml
index d77a473..e8aaf48 100644
--- a/docs/reference/changes-3.0.sgml
+++ b/docs/reference/changes-3.0.sgml
@@ -40,7 +40,7 @@
       <listitem><para><function>g_mime_set_user_charsets()</function> and 
<function>g_mime_user_charsets()</function> have been removed. All encoding API's now have a way to specify a 
charset to use and all decoder API's take a GMimeParserOptions argument that allows for specifying fallback 
charsets.</para></listitem>
       <listitem><para>GMimeObject's prepend_header(), append_header(), set_header(), get_header(), and 
remove_header() virtual methods have all been removed. They have been replaced by the header_added(), 
header_changed(), header_removed(), and headers_cleared() virtual methods to allow users to set headers on 
the GMimeHeaderList directly and still get notifications of those changes.</para></listitem>
       <listitem><para><function>g_mime_object_new()</function> and 
<function>g_mime_object_new_with_type()</function> both now take a GMimeParserOptions 
argument.</para></listitem>
-      <listitem><para><function>g_mime_param_new_from_string()</function> has been replaced by 
<function>g_mime_param_parse()</function> and now takes a GMimeParserOptions argument.</para></listitem>
+      <listitem><para><function>g_mime_param_new_from_string()</function> has been replaced by 
<function>g_mime_param_list_parse()</function> and now takes a GMimeParserOptions argument.</para></listitem>
       <listitem><para><function>g_mime_content_type_new_from_string()</function> has been replaced by 
<function>g_mime_content_type_parse()</function> and now takes a GMimeParserOptions 
argument.</para></listitem>
       <listitem><para><function>g_mime_content_disposition_new_from_string()<function> has been replaced by 
<function>g_mime_content_disposition_parse()</function> and now takes a GMimeParserOptions 
argument.</para></listitem>
       <listitem><para><function>internet_address_list_parse_string()</function> has been replaced by 
<function>internet_address_list_parse()</function> and now takes a GMimeParserOptions 
argument.</para></listitem>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]