mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Deprecate g_volume_monitor_adopt_orphan_mount() (#555331).
2008-10-12 David Zeuthen <davidz@redhat.com> * gio.symbols: * gunionvolumemonitor.c: * gvolumemonitor.h: Deprecate g_volume_monitor_adopt_orphan_mount() (#555331). svn path=/trunk/; revision=7594
This commit is contained in:
committed by
David Zeuthen
parent
bc038261d9
commit
5a10b403c7
@@ -634,6 +634,11 @@ _g_mount_get_for_mount_path (const char *mount_path,
|
||||
*
|
||||
* Returns: the #GVolume object that is the parent for @mount or %NULL
|
||||
* if no wants to adopt the #GMount.
|
||||
*
|
||||
* Deprecated: 2.20: Instead of using this function, #GVolumeMonitor
|
||||
* implementations should instead create shadow mounts with the URI of
|
||||
* the mount they intend to adopt. See the proxy volume monitor in
|
||||
* gvfs for an example of this.
|
||||
*/
|
||||
GVolume *
|
||||
g_volume_monitor_adopt_orphan_mount (GMount *mount)
|
||||
|
Reference in New Issue
Block a user