summaryrefslogtreecommitdiff
path: root/PORTING
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2017-03-12 20:21:57 -0400
committerJeffrey Stedfast <jestedfa@microsoft.com>2017-03-12 20:21:57 -0400
commit94b56e9d33d76b63c409a6d4ec0eef5963862189 (patch)
tree3cf4871519d213d87ce8c893c03c18b490cbcb03 /PORTING
parente648d8bd8474981bcddd65623772e36f42abf046 (diff)
downloadgmime-94b56e9d33d76b63c409a6d4ec0eef5963862189.tar.gz
Replace g_mime_parser_get/set_scan_from() with get/set_format()
Diffstat (limited to 'PORTING')
-rw-r--r--PORTING3
1 files changed, 3 insertions, 0 deletions
diff --git a/PORTING b/PORTING
index f25c1992..f3d29449 100644
--- a/PORTING
+++ b/PORTING
@@ -125,6 +125,9 @@ Porting from GMime 2.6 to GMime 3.0
argument nor does it return int. Instead, this function now returns a newly
allocated GMimeMultipartSigned.
+- g_mime_parser_[get,set]_scan_from() have been replaced by
+ g_mime_parser_[get,set]_format() which takes a GMimeFormat argument.
+
Porting from GMime 2.4 to GMime 2.6
-----------------------------------