.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "Gnome2::VFS::Drive 3pm" .TH Gnome2::VFS::Drive 3pm "2013-10-17" "perl v5.24.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Gnome2::VFS::Drive \- Container around Gnome2::VFS::Volume .SH "HIERARCHY" .IX Header "HIERARCHY" .Vb 2 \& Glib::Object \& +\-\-\-\-Gnome2::VFS::Drive .Ve .SH "METHODS" .IX Header "METHODS" .ie n .SS "string = $drive\->\fBget_activation_uri\fP" .el .SS "string = \f(CW$drive\fP\->\fBget_activation_uri\fP" .IX Subsection "string = $drive->get_activation_uri" .ie n .SS "integer = $a\->\fBcompare\fP ($b)" .el .SS "integer = \f(CW$a\fP\->\fBcompare\fP ($b)" .IX Subsection "integer = $a->compare ($b)" .IP "\(bu" 4 \&\f(CW$b\fR (Gnome2::VFS::Drive) .ie n .SS "string = $drive\->\fBget_device_path\fP" .el .SS "string = \f(CW$drive\fP\->\fBget_device_path\fP" .IX Subsection "string = $drive->get_device_path" .ie n .SS "devicetype = $drive\->\fBget_device_type\fP" .el .SS "devicetype = \f(CW$drive\fP\->\fBget_device_type\fP" .IX Subsection "devicetype = $drive->get_device_type" .ie n .SS "string = $drive\->\fBget_display_name\fP" .el .SS "string = \f(CW$drive\fP\->\fBget_display_name\fP" .IX Subsection "string = $drive->get_display_name" .ie n .SS "$drive\->\fBeject\fP ($func, $data=undef)" .el .SS "\f(CW$drive\fP\->\fBeject\fP ($func, \f(CW$data\fP=undef)" .IX Subsection "$drive->eject ($func, $data=undef)" .IP "\(bu" 4 \&\f(CW$func\fR (scalar) .IP "\(bu" 4 \&\f(CW$data\fR (scalar) .ie n .SS "string = $drive\->\fBget_hal_udi\fP" .el .SS "string = \f(CW$drive\fP\->\fBget_hal_udi\fP" .IX Subsection "string = $drive->get_hal_udi" Since: vfs 2.8 .ie n .SS "string = $drive\->\fBget_icon\fP" .el .SS "string = \f(CW$drive\fP\->\fBget_icon\fP" .IX Subsection "string = $drive->get_icon" .ie n .SS "unsigned = $drive\->\fBget_id\fP" .el .SS "unsigned = \f(CW$drive\fP\->\fBget_id\fP" .IX Subsection "unsigned = $drive->get_id" .ie n .SS "boolean = $drive\->\fBis_connected\fP" .el .SS "boolean = \f(CW$drive\fP\->\fBis_connected\fP" .IX Subsection "boolean = $drive->is_connected" .ie n .SS "boolean = $drive\->\fBis_mounted\fP" .el .SS "boolean = \f(CW$drive\fP\->\fBis_mounted\fP" .IX Subsection "boolean = $drive->is_mounted" .ie n .SS "boolean = $drive\->\fBis_user_visible\fP" .el .SS "boolean = \f(CW$drive\fP\->\fBis_user_visible\fP" .IX Subsection "boolean = $drive->is_user_visible" .ie n .SS "$drive\->\fBmount\fP ($func, $data=undef)" .el .SS "\f(CW$drive\fP\->\fBmount\fP ($func, \f(CW$data\fP=undef)" .IX Subsection "$drive->mount ($func, $data=undef)" .IP "\(bu" 4 \&\f(CW$func\fR (scalar) .IP "\(bu" 4 \&\f(CW$data\fR (scalar) .ie n .SS "list = $drive\->\fBget_mounted_volumes\fP" .el .SS "list = \f(CW$drive\fP\->\fBget_mounted_volumes\fP" .IX Subsection "list = $drive->get_mounted_volumes" Since: vfs 2.8 .ie n .SS "boolean = $drive\->\fBneeds_eject\fP" .el .SS "boolean = \f(CW$drive\fP\->\fBneeds_eject\fP" .IX Subsection "boolean = $drive->needs_eject" Since: vfs 2.16 .ie n .SS "$drive\->\fBunmount\fP ($func, $data=undef)" .el .SS "\f(CW$drive\fP\->\fBunmount\fP ($func, \f(CW$data\fP=undef)" .IX Subsection "$drive->unmount ($func, $data=undef)" .IP "\(bu" 4 \&\f(CW$func\fR (scalar) .IP "\(bu" 4 \&\f(CW$data\fR (scalar) .SH "SIGNALS" .IX Header "SIGNALS" .IP "\fBvolume-mounted\fR (Gnome2::VFS::Drive, Gnome2::VFS::Volume)" 4 .IX Item "volume-mounted (Gnome2::VFS::Drive, Gnome2::VFS::Volume)" .PD 0 .IP "\fBvolume-pre-unmount\fR (Gnome2::VFS::Drive, Gnome2::VFS::Volume)" 4 .IX Item "volume-pre-unmount (Gnome2::VFS::Drive, Gnome2::VFS::Volume)" .IP "\fBvolume-unmounted\fR (Gnome2::VFS::Drive, Gnome2::VFS::Volume)" 4 .IX Item "volume-unmounted (Gnome2::VFS::Drive, Gnome2::VFS::Volume)" .PD .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "enum Gnome2::VFS::DeviceType" .IX Subsection "enum Gnome2::VFS::DeviceType" .IP "\(bu" 4 \&'unknown' / '\s-1GNOME_VFS_DEVICE_TYPE_UNKNOWN\s0' .IP "\(bu" 4 \&'audio\-cd' / '\s-1GNOME_VFS_DEVICE_TYPE_AUDIO_CD\s0' .IP "\(bu" 4 \&'video\-dvd' / '\s-1GNOME_VFS_DEVICE_TYPE_VIDEO_DVD\s0' .IP "\(bu" 4 \&'harddrive' / '\s-1GNOME_VFS_DEVICE_TYPE_HARDDRIVE\s0' .IP "\(bu" 4 \&'cdrom' / '\s-1GNOME_VFS_DEVICE_TYPE_CDROM\s0' .IP "\(bu" 4 \&'floppy' / '\s-1GNOME_VFS_DEVICE_TYPE_FLOPPY\s0' .IP "\(bu" 4 \&'zip' / '\s-1GNOME_VFS_DEVICE_TYPE_ZIP\s0' .IP "\(bu" 4 \&'jaz' / '\s-1GNOME_VFS_DEVICE_TYPE_JAZ\s0' .IP "\(bu" 4 \&'nfs' / '\s-1GNOME_VFS_DEVICE_TYPE_NFS\s0' .IP "\(bu" 4 \&'autofs' / '\s-1GNOME_VFS_DEVICE_TYPE_AUTOFS\s0' .IP "\(bu" 4 \&'camera' / '\s-1GNOME_VFS_DEVICE_TYPE_CAMERA\s0' .IP "\(bu" 4 \&'memory\-stick' / '\s-1GNOME_VFS_DEVICE_TYPE_MEMORY_STICK\s0' .IP "\(bu" 4 \&'smb' / '\s-1GNOME_VFS_DEVICE_TYPE_SMB\s0' .IP "\(bu" 4 \&'apple' / '\s-1GNOME_VFS_DEVICE_TYPE_APPLE\s0' .IP "\(bu" 4 \&'music\-player' / '\s-1GNOME_VFS_DEVICE_TYPE_MUSIC_PLAYER\s0' .IP "\(bu" 4 \&'windows' / '\s-1GNOME_VFS_DEVICE_TYPE_WINDOWS\s0' .IP "\(bu" 4 \&'loopback' / '\s-1GNOME_VFS_DEVICE_TYPE_LOOPBACK\s0' .IP "\(bu" 4 \&'network' / '\s-1GNOME_VFS_DEVICE_TYPE_NETWORK\s0' .SH "SEE ALSO" .IX Header "SEE ALSO" Gnome2::VFS, Glib::Object .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2003\-2007, 2013 by the gtk2\-perl team. .PP This software is licensed under the \s-1LGPL. \s0 See Gnome2::VFS for a full notice.