GNOME Bugzilla – Bug 555331
Deprecate adoption of mounts
Last modified: 2008-10-12 17:05:57 UTC
I'm working on a "Connected Server" feature for gvfs/Nautilus. This bug is about the needed gio bits. See http://mail.gnome.org/archives/gvfs-list/2008-October/msg00002.html for details.
Created attachment 120078 [details] [review] proposed patch
+ * Deprecated: 2.20: Implementations of g_volume_get_mount() and + * g_mount_get_volumes() should instead access the union volume + * monitor in process and return the appropriate objects using + * g_volume_get_activation_root() to establish relationships. This could do with a little code example.
(In reply to comment #2) > + * Deprecated: 2.20: Implementations of g_volume_get_mount() and > + * g_mount_get_volumes() should instead access the union volume > + * monitor in process and return the appropriate objects using > + * g_volume_get_activation_root() to establish relationships. > > This could do with a little code example. Actually this advice is wrong now that we're using shadow mounts. Let me update the patch.
Created attachment 120153 [details] [review] updated patch
Created attachment 120446 [details] [review] patch that was committed Committed without the connected_server identifier - I think we want to do connected servers differently (e.g. using bookmarks). 2008-10-12 David Zeuthen <davidz@redhat.com> * gio.symbols: * gunionvolumemonitor.c: * gvolumemonitor.h: Deprecate g_volume_monitor_adopt_orphan_mount() (#555331).