summaryrefslogtreecommitdiff
path: root/PORTING
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2017-03-11 16:23:57 -0500
committerJeffrey Stedfast <jestedfa@microsoft.com>2017-03-11 16:23:57 -0500
commit1ed4d589ea96999e09ae8a6397d6e9a1f62ba74b (patch)
treeb726b4b2bce6e8a526adc12bd67daa62b14a635e /PORTING
parent906326701b8f9cd9837b934e6acb20ced3e559da (diff)
downloadgmime-1ed4d589ea96999e09ae8a6397d6e9a1f62ba74b.tar.gz
Make GMimeMultipartSigned/Encrypted easier to use
Diffstat (limited to 'PORTING')
-rw-r--r--PORTING8
1 files changed, 8 insertions, 0 deletions
diff --git a/PORTING b/PORTING
index e8ebe544..4669de7d 100644
--- a/PORTING
+++ b/PORTING
@@ -118,6 +118,14 @@ Porting from GMime 2.6 to GMime 3.0
- g_mime_part_[get,set]_content_object() have been renamed to
g_mime_part_[get,set]_content().
+- g_mime_multipart_encrypted_encrypt() no longer takes a GMimeMultipartEncrypted
+ argument nor does it return int. Instead, this function now returns a newly
+ allocated GMimeMultipartEncrypted.
+
+- g_mime_multipart_signed_sign() no longer takes a GMimeMultipartSigned
+ argument nor does it return int. Instead, this function now returns a newly
+ allocated GMimeMultipartSigned.
+
Porting from GMime 2.4 to GMime 2.6
-----------------------------------