Additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 13 Feb 2008 02:30:14 +0000 (02:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 13 Feb 2008 02:30:14 +0000 (02:30 +0000)
svn path=/trunk/; revision=6507

docs/reference/ChangeLog
docs/reference/gio/migrating.xml

index 38744a0..911dc22 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-12  Matthias Clasen <mclasen@redhat.com>
+
+       * gio/migration.xml: Add a note about mime monitoring
+
 2008-02-11  Matthias Clasen <mclasen@redhat.com>
 
        * === Released 2.15.5 ===
index c4c2921..89191d3 100644 (file)
@@ -143,6 +143,20 @@ start_monitoring_trash (void)
       </para>
 
     </section>
+
+    <section>
+      <title>Mime monitoring</title>
+
+      <para>
+        gnome-vfs offered a way to monitor the association between mime types
+        and default handlers for changes, with the #GnomeVFSMIMEMonitor object.
+        GIO does not offer a replacement for this functionality at this time,
+        since we have not found a compelling use case where 
+        #GnomeVFSMIMEMonitor was used. If you think you have such a use
+        case, please report it at 
+        <ulink url="http://bugzilla.gnome.org">bugzilla.gnome.org</ulink>.
+      </para>
+    </section>
   </chapter>
 
 </part>