GVolumeMonitor {RGtk2} | R Documentation |
Volume Monitor
gVolumeMonitorGet()
gVolumeMonitorGetConnectedDrives(object)
gVolumeMonitorGetVolumes(object)
gVolumeMonitorGetMounts(object)
gVolumeMonitorAdoptOrphanMount(mount)
gVolumeMonitorGetMountForUuid(object, uuid)
gVolumeMonitorGetVolumeForUuid(object, uuid)
GObject +----GVolumeMonitor
GVolumeMonitor
is for listing the user interesting devices and volumes
on the computer. In other words, what a file selector or file manager
would show in a sidebar.
GVolumeMonitor
is not thread-default-context
aware, and so should not be used other than from the main
thread, with no thread-default-context active.
GVolumeMonitor
A Volume Monitor that watches for volume events.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gio/GVolumeMonitor.html