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
@@ -109,7 +109,7 @@ struct _GVolumeMonitorClass
|
||||
const char *uuid);
|
||||
|
||||
|
||||
/* These arguments are unfortunately backwards by mistake (bug #520169) */
|
||||
/* These arguments are unfortunately backwards by mistake (bug #520169). Deprecated in 2.20. */
|
||||
GVolume * (* adopt_orphan_mount) (GMount *mount,
|
||||
GVolumeMonitor *volume_monitor);
|
||||
|
||||
@@ -139,7 +139,9 @@ GVolume * g_volume_monitor_get_volume_for_uuid (GVolumeMonitor *volume_mo
|
||||
GMount * g_volume_monitor_get_mount_for_uuid (GVolumeMonitor *volume_monitor,
|
||||
const char *uuid);
|
||||
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
GVolume * g_volume_monitor_adopt_orphan_mount (GMount *mount);
|
||||
#endif
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user