gmime r1419 - trunk/docs/reference



Author: fejj
Date: Sun Aug 31 18:17:44 2008
New Revision: 1419
URL: http://svn.gnome.org/viewvc/gmime?rev=1419&view=rev

Log:
updated changes-2.4.sgml

Modified:
   trunk/docs/reference/changes-2.4.sgml

Modified: trunk/docs/reference/changes-2.4.sgml
==============================================================================
--- trunk/docs/reference/changes-2.4.sgml	(original)
+++ trunk/docs/reference/changes-2.4.sgml	Sun Aug 31 18:17:44 2008
@@ -40,5 +40,18 @@
   now takes a boolean 'sign' argument to allow the caller to request
   encrypting and signing in a single pass.</para></listitem>
     </itemizedlist>
+    <para>Several structs have also been rewritten to subclass GObject like
+GMimeContentType and GMimeContentDisposition as well as
+InternetAddress and InternetAddressList.</para>
+    <para>Not only have InternetAddress and InternetAddressList been ported to
+GObject, but they have also undergone other design
+changes. InternetAddress is now a base class for
+InternetAddressMailbox and InternetAddressGroup, meaning that
+InternetAddress no longer contains a union for group/addr fields.</para>
+    <para>All functions that return a GObject have been changed to not add a ref
+to the object returned, meaning that it is no longer necessary to call
+g_object_unref() on MIME parts returned from functions like
+g_mime_message_get_mime_part() or g_mime_multipart_get_part(). This
+was done to be more consistent with the Gtk+ API.</para>
   </refsect1>
 </refentry>



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