1Gnome2::VFS::Volume(3)User Contributed Perl DocumentationGnome2::VFS::Volume(3)
2
3
4
6 Gnome2::VFS::Volume
7
9 Glib::Object
10 +----Gnome2::VFS::Volume
11
13 string = $volume->get_activation_uri
14
15 integer = $a->compare ($b)
16
17 * $b (Gnome2::VFS::Volume)
18
19 Gnome2::VFS->connect_to_server ($uri, $display_name, $icon)
20
21 * $uri (string)
22 * $display_name (string)
23 * $icon (string)
24
25 string = $volume->get_device_path
26
27 devicetype = $volume->get_device_type
28
29 string = $volume->get_display_name
30
31 drive = $volume->get_drive
32
33 $volume->eject ($func, $data=undef)
34
35 * $func (scalar)
36 * $data (scalar)
37
38 string = $volume->get_filesystem_type
39
40 string = $volume->get_hal_udi
41
42 boolean = $volume->handles_trash
43
44 string = $volume->get_icon
45
46 unsigned = $volume->get_id
47
48 boolean = $volume->is_mounted
49
50 boolean = $volume->is_read_only
51
52 boolean = $volume->is_user_visible
53
54 $volume->unmount ($func, $data=undef)
55
56 * $func (scalar)
57 * $data (scalar)
58
59 volumetype = $volume->get_volume_type
60
62 enum Gnome2::VFS::DeviceType
63
64 * 'unknown' / 'GNOME_VFS_DEVICE_TYPE_UNKNOWN'
65 * 'audio-cd' / 'GNOME_VFS_DEVICE_TYPE_AUDIO_CD'
66 * 'video-dvd' / 'GNOME_VFS_DEVICE_TYPE_VIDEO_DVD'
67 * 'harddrive' / 'GNOME_VFS_DEVICE_TYPE_HARDDRIVE'
68 * 'cdrom' / 'GNOME_VFS_DEVICE_TYPE_CDROM'
69 * 'floppy' / 'GNOME_VFS_DEVICE_TYPE_FLOPPY'
70 * 'zip' / 'GNOME_VFS_DEVICE_TYPE_ZIP'
71 * 'jaz' / 'GNOME_VFS_DEVICE_TYPE_JAZ'
72 * 'nfs' / 'GNOME_VFS_DEVICE_TYPE_NFS'
73 * 'autofs' / 'GNOME_VFS_DEVICE_TYPE_AUTOFS'
74 * 'camera' / 'GNOME_VFS_DEVICE_TYPE_CAMERA'
75 * 'memory-stick' / 'GNOME_VFS_DEVICE_TYPE_MEMORY_STICK'
76 * 'smb' / 'GNOME_VFS_DEVICE_TYPE_SMB'
77 * 'apple' / 'GNOME_VFS_DEVICE_TYPE_APPLE'
78 * 'music-player' / 'GNOME_VFS_DEVICE_TYPE_MUSIC_PLAYER'
79 * 'windows' / 'GNOME_VFS_DEVICE_TYPE_WINDOWS'
80 * 'loopback' / 'GNOME_VFS_DEVICE_TYPE_LOOPBACK'
81 * 'network' / 'GNOME_VFS_DEVICE_TYPE_NETWORK'
82
83 enum Gnome2::VFS::VolumeType
84
85 * 'mountpoint' / 'GNOME_VFS_VOLUME_TYPE_MOUNTPOINT'
86 * 'vfs-mount' / 'GNOME_VFS_VOLUME_TYPE_VFS_MOUNT'
87 * 'connected-server' / 'GNOME_VFS_VOLUME_TYPE_CONNECTED_SERVER'
88
90 Gnome2::VFS, Glib::Object
91
93 Copyright (C) 2003-2007 by the gtk2-perl team.
94
95 This software is licensed under the LGPL. See Gnome2::VFS for a full
96 notice.
97
98
99
100perl v5.8.8 2007-10-24 Gnome2::VFS::Volume(3)