summaryrefslogtreecommitdiff
path: root/PORTING
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2017-03-11 08:09:30 -0500
committerJeffrey Stedfast <jestedfa@microsoft.com>2017-03-11 08:09:30 -0500
commitd9576cf49fa68590dae9d59cc5870086fd48a9c7 (patch)
treeb547ca019dffe160094af6dc730e130a5f16ec36 /PORTING
parent37b50fff96ad01198b1d3815d9f49ee42c99fc49 (diff)
downloadgmime-d9576cf49fa68590dae9d59cc5870086fd48a9c7.tar.gz
Renamed g_mime_part_[get,set]_content_object() to [get,set]_content()
Diffstat (limited to 'PORTING')
-rw-r--r--PORTING3
1 files changed, 3 insertions, 0 deletions
diff --git a/PORTING b/PORTING
index f9dbbb8c..c0622b24 100644
--- a/PORTING
+++ b/PORTING
@@ -120,6 +120,9 @@ Porting from GMime 2.6 to GMime 3.0
now a GMimeTextPart who's g_mime_text_part_new() returns a
GMimeTextPart with a Content-Type of "text/plain".
+- g_mime_part_[get,set]_content_object() have been renamed to
+ g_mime_part_[get,set]_content().
+
Porting from GMime 2.4 to GMime 2.6
-----------------------------------