Gnome2::VFS::Volume(3pm)
NAME
Gnome2::VFS::Volume - Abstraction for a mounted file system or a
network location
HIERARCHY
Glib::Object
+----Gnome2::VFS::Volume
METHODS
- string = $volume->get_activation_uri
integer = $a->compare ($b)
- o $b (Gnome2::VFS::Volume)
- Gnome2::VFS->connect_to_server ($uri, $display_name, $icon)
- o $uri (string)
- o $display_name (string)
- o $icon (string)
- string = $volume->get_device_path devicetype = $volume->get_device_type string = $volume->get_display_name drive = $volume->get_drive $volume->eject ($func, $data=undef)
- o $func (scalar)
- o $data (scalar)
- string = $volume->get_filesystem_type string = $volume->get_hal_udi
- Since: vfs 2.8
- boolean = $volume->handles_trash string = $volume->get_icon unsigned = $volume->get_id boolean = $volume->is_mounted boolean = $volume->is_read_only boolean = $volume->is_user_visible $volume->unmount ($func, $data=undef)
- o $func (scalar)
- o $data (scalar)
- volumetype = $volume->get_volume_type
ENUMS AND FLAGS
- enum Gnome2::VFS::DeviceType
- o 'unknown' / 'GNOME_VFS_DEVICE_TYPE_UNKNOWN'
- o 'audio-cd' / 'GNOME_VFS_DEVICE_TYPE_AUDIO_CD'
- o 'video-dvd' / 'GNOME_VFS_DEVICE_TYPE_VIDEO_DVD'
- o 'harddrive' / 'GNOME_VFS_DEVICE_TYPE_HARDDRIVE'
- o 'cdrom' / 'GNOME_VFS_DEVICE_TYPE_CDROM'
- o 'floppy' / 'GNOME_VFS_DEVICE_TYPE_FLOPPY'
- o 'zip' / 'GNOME_VFS_DEVICE_TYPE_ZIP'
- o 'jaz' / 'GNOME_VFS_DEVICE_TYPE_JAZ'
- o 'nfs' / 'GNOME_VFS_DEVICE_TYPE_NFS'
- o 'autofs' / 'GNOME_VFS_DEVICE_TYPE_AUTOFS'
- o 'camera' / 'GNOME_VFS_DEVICE_TYPE_CAMERA'
- o 'memory-stick' / 'GNOME_VFS_DEVICE_TYPE_MEMORY_STICK'
- o 'smb' / 'GNOME_VFS_DEVICE_TYPE_SMB'
- o 'apple' / 'GNOME_VFS_DEVICE_TYPE_APPLE'
- o 'music-player' / 'GNOME_VFS_DEVICE_TYPE_MUSIC_PLAYER'
- o 'windows' / 'GNOME_VFS_DEVICE_TYPE_WINDOWS'
- o 'loopback' / 'GNOME_VFS_DEVICE_TYPE_LOOPBACK'
- o 'network' / 'GNOME_VFS_DEVICE_TYPE_NETWORK'
- enum Gnome2::VFS::VolumeType
- o 'mountpoint' / 'GNOME_VFS_VOLUME_TYPE_MOUNTPOINT'
- o 'vfs-mount' / 'GNOME_VFS_VOLUME_TYPE_VFS_MOUNT'
- o 'connected-server' / 'GNOME_VFS_VOLUME_TYPE_CONNECTED_SERVER'
SEE ALSO
Gnome2::VFS, Glib::Object
COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team.
- This software is licensed under the LGPL. See Gnome2::VFS for a full
notice.