summaryrefslogtreecommitdiff
path: root/PORTING
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2017-03-16 07:35:39 -0400
committerJeffrey Stedfast <jestedfa@microsoft.com>2017-03-16 07:35:39 -0400
commit0c7fd719a12dcef80960f9508899a103e9b3af2c (patch)
treea049c95de1f4b2a7c63a87d513887acbf1211aa6 /PORTING
parentc935befb9194ef0c5ea3585aebef8842610a5202 (diff)
downloadgmime-0c7fd719a12dcef80960f9508899a103e9b3af2c.tar.gz
Implemented g_mime_content_type_encode()
Renamed g_mime_header_list_get() to g_mime_header_list_get_header() and renamed the old g_mime_header_list_get_header() to g_mime_header_list_get_header_at(). Also renamed g_mime_content_type_to_string() to g_mime_content_type_get_mime_type() and renamed g_mime_content_disposition_to_string() to g_mime_content_disposition_encode().
Diffstat (limited to 'PORTING')
-rw-r--r--PORTING4
1 files changed, 4 insertions, 0 deletions
diff --git a/PORTING b/PORTING
index e8e915f5..bf665c2e 100644
--- a/PORTING
+++ b/PORTING
@@ -58,9 +58,13 @@ Porting from GMime 2.6 to GMime 3.0
- g_mime_content_type_new_from_string() has been replaced by
g_mime_content_type_parse() and now takes a GMimeParserOptions argument.
+- g_mime_content_type_to_string() has been replaced by g_mime_content_type_get_mime_type().
+
- g_mime_content_disposition_new_from_string() has been replaced by
g_mime_content_disposition_parse() and now takes a GMimeParserOptions argument.
+- g_mime_content_disposition_to_string() has been replaced by g_mime_content_disposition_encode().
+
- internet_address_list_parse_string() has been replaced by
internet_address_list_parse() and now takes a GMimeParserOptions argument.