GVolumeMonitor {RGtk2}R Documentation

GVolumeMonitor

Description

Volume Monitor

Methods and Functions

gVolumeMonitorGet()
gVolumeMonitorGetConnectedDrives(object)
gVolumeMonitorGetVolumes(object)
gVolumeMonitorGetMounts(object)
gVolumeMonitorAdoptOrphanMount(mount)
gVolumeMonitorGetMountForUuid(object, uuid)
gVolumeMonitorGetVolumeForUuid(object, uuid)

Hierarchy

GObject
   +----GVolumeMonitor

Detailed Description

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.

Structures

GVolumeMonitor

A Volume Monitor that watches for volume events.

Signals

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://library.gnome.org/devel//gio/GVolumeMonitor.html


[Package RGtk2 version 2.20.21 Index]