From: Matthias Clasen Date: Wed, 13 Feb 2008 02:30:14 +0000 (+0000) Subject: Additions X-Git-Tag: GLIB_2_15_6~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d760d3e22dc138c79889c8f8462d5941eae94669;p=platform%2Fupstream%2Fglib.git Additions svn path=/trunk/; revision=6507 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 38744a0..911dc22 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-02-12 Matthias Clasen + + * gio/migration.xml: Add a note about mime monitoring + 2008-02-11 Matthias Clasen * === Released 2.15.5 === diff --git a/docs/reference/gio/migrating.xml b/docs/reference/gio/migrating.xml index c4c2921..89191d3 100644 --- a/docs/reference/gio/migrating.xml +++ b/docs/reference/gio/migrating.xml @@ -143,6 +143,20 @@ start_monitoring_trash (void) + +
+ Mime monitoring + + + 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 + bugzilla.gnome.org. + +