.\" 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::URI 3pm" .TH Gnome2::VFS::URI 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::URI \- uniform resource identifier .SH "HIERARCHY" .IX Header "HIERARCHY" .Vb 2 \& Glib::Boxed \& +\-\-\-\-Gnome2::VFS::URI .Ve .SH "METHODS" .IX Header "METHODS" .SS "uri = Gnome2::VFS::URI\->\fBnew\fP ($text_uri)" .IX Subsection "uri = Gnome2::VFS::URI->new ($text_uri)" .IP "\(bu" 4 \&\f(CW$text_uri\fR (string) .ie n .SS "uri = $base\->\fBappend_file_name\fP ($filename)" .el .SS "uri = \f(CW$base\fP\->\fBappend_file_name\fP ($filename)" .IX Subsection "uri = $base->append_file_name ($filename)" .IP "\(bu" 4 \&\f(CW$filename\fR (string) .ie n .SS "uri = $base\->\fBappend_path\fP ($path)" .el .SS "uri = \f(CW$base\fP\->\fBappend_path\fP ($path)" .IX Subsection "uri = $base->append_path ($path)" .IP "\(bu" 4 \&\f(CW$path\fR (string) .ie n .SS "uri = $base\->\fBappend_string\fP ($uri_fragment)" .el .SS "uri = \f(CW$base\fP\->\fBappend_string\fP ($uri_fragment)" .IX Subsection "uri = $base->append_string ($uri_fragment)" .IP "\(bu" 4 \&\f(CW$uri_fragment\fR (string) .ie n .SS "list = $source_uri\->\fBcheck_same_fs\fP ($target_uri)" .el .SS "list = \f(CW$source_uri\fP\->\fBcheck_same_fs\fP ($target_uri)" .IX Subsection "list = $source_uri->check_same_fs ($target_uri)" .IP "\(bu" 4 \&\f(CW$target_uri\fR (Gnome2::VFS::URI) .PP Returns a GnomeVFSResult and a boolean. .ie n .SS "list = $uri\->\fBcreate\fP ($open_mode, $exclusive, $perm)" .el .SS "list = \f(CW$uri\fP\->\fBcreate\fP ($open_mode, \f(CW$exclusive\fP, \f(CW$perm\fP)" .IX Subsection "list = $uri->create ($open_mode, $exclusive, $perm)" .IP "\(bu" 4 \&\f(CW$open_mode\fR (Gnome2::VFS::OpenMode) .IP "\(bu" 4 \&\f(CW$exclusive\fR (boolean) .IP "\(bu" 4 \&\f(CW$perm\fR (integer) .PP Returns a GnomeVFSResult and a GnomeVFSHandle. .ie n .SS "boolean = $a\->\fBequal\fP ($b)" .el .SS "boolean = \f(CW$a\fP\->\fBequal\fP ($b)" .IX Subsection "boolean = $a->equal ($b)" .IP "\(bu" 4 \&\f(CW$b\fR (Gnome2::VFS::URI) .ie n .SS "boolean = $uri\->\fBexists\fP" .el .SS "boolean = \f(CW$uri\fP\->\fBexists\fP" .IX Subsection "boolean = $uri->exists" .ie n .SS "string = $uri\->\fBextract_dirname\fP" .el .SS "string = \f(CW$uri\fP\->\fBextract_dirname\fP" .IX Subsection "string = $uri->extract_dirname" .ie n .SS "string = $uri\->\fBextract_short_name\fP" .el .SS "string = \f(CW$uri\fP\->\fBextract_short_name\fP" .IX Subsection "string = $uri->extract_short_name" .ie n .SS "string = $uri\->\fBextract_short_path_name\fP" .el .SS "string = \f(CW$uri\fP\->\fBextract_short_path_name\fP" .IX Subsection "string = $uri->extract_short_path_name" .ie n .SS "list = $uri\->\fBget_file_info\fP ($options)" .el .SS "list = \f(CW$uri\fP\->\fBget_file_info\fP ($options)" .IX Subsection "list = $uri->get_file_info ($options)" .IP "\(bu" 4 \&\f(CW$options\fR (Gnome2::VFS::FileInfoOptions) .PP Returns a GnomeVFSResult and a GnomeVFSFileInfo. .ie n .SS "result = $uri\->\fBset_file_info\fP ($info, $mask)" .el .SS "result = \f(CW$uri\fP\->\fBset_file_info\fP ($info, \f(CW$mask\fP)" .IX Subsection "result = $uri->set_file_info ($info, $mask)" .IP "\(bu" 4 \&\f(CW$info\fR (Gnome2::VFS::FileInfo) .IP "\(bu" 4 \&\f(CW$mask\fR (Gnome2::VFS::SetFileInfoMask) .ie n .SS "string = $uri\->\fBget_fragment_identifier\fP" .el .SS "string = \f(CW$uri\fP\->\fBget_fragment_identifier\fP" .IX Subsection "string = $uri->get_fragment_identifier" .ie n .SS "boolean = $uri\->\fBhas_parent\fP" .el .SS "boolean = \f(CW$uri\fP\->\fBhas_parent\fP" .IX Subsection "boolean = $uri->has_parent" .ie n .SS "string = $uri\->\fBget_host_name\fP" .el .SS "string = \f(CW$uri\fP\->\fBget_host_name\fP" .IX Subsection "string = $uri->get_host_name" .ie n .SS "$uri\->\fBset_host_name\fP ($host_name)" .el .SS "\f(CW$uri\fP\->\fBset_host_name\fP ($host_name)" .IX Subsection "$uri->set_host_name ($host_name)" .IP "\(bu" 4 \&\f(CW$host_name\fR (string) .ie n .SS "integer = $uri\->\fBget_host_port\fP" .el .SS "integer = \f(CW$uri\fP\->\fBget_host_port\fP" .IX Subsection "integer = $uri->get_host_port" .ie n .SS "$uri\->\fBset_host_port\fP ($host_port)" .el .SS "\f(CW$uri\fP\->\fBset_host_port\fP ($host_port)" .IX Subsection "$uri->set_host_port ($host_port)" .IP "\(bu" 4 \&\f(CW$host_port\fR (integer) .ie n .SS "boolean = $uri\->\fBis_local\fP" .el .SS "boolean = \f(CW$uri\fP\->\fBis_local\fP" .IX Subsection "boolean = $uri->is_local" .ie n .SS "boolean = $possible_parent\->\fBis_parent\fP ($possible_child, $recursive)" .el .SS "boolean = \f(CW$possible_parent\fP\->\fBis_parent\fP ($possible_child, \f(CW$recursive\fP)" .IX Subsection "boolean = $possible_parent->is_parent ($possible_child, $recursive)" .IP "\(bu" 4 \&\f(CW$possible_child\fR (Gnome2::VFS::URI) .IP "\(bu" 4 \&\f(CW$recursive\fR (boolean) .SS "list = Gnome2::VFS::URI\->\fBlist_parse\fP ($uri_list)" .IX Subsection "list = Gnome2::VFS::URI->list_parse ($uri_list)" .IP "\(bu" 4 \&\f(CW$uri_list\fR (string) .PP Returns a list of GnomeVFSURI's. .ie n .SS "result = $uri\->\fBmake_directory\fP ($perm)" .el .SS "result = \f(CW$uri\fP\->\fBmake_directory\fP ($perm)" .IX Subsection "result = $uri->make_directory ($perm)" .IP "\(bu" 4 \&\f(CW$perm\fR (integer) .ie n .SS "string = Gnome2::VFS::URI\->\fBmake_full_from_relative\fP ($base_uri, $relative_uri)" .el .SS "string = Gnome2::VFS::URI\->\fBmake_full_from_relative\fP ($base_uri, \f(CW$relative_uri\fP)" .IX Subsection "string = Gnome2::VFS::URI->make_full_from_relative ($base_uri, $relative_uri)" .IP "\(bu" 4 \&\f(CW$base_uri\fR (string) .IP "\(bu" 4 \&\f(CW$relative_uri\fR (string) .ie n .SS "result = $old_uri\->\fBmove\fP ($new_uri, $force_replace)" .el .SS "result = \f(CW$old_uri\fP\->\fBmove\fP ($new_uri, \f(CW$force_replace\fP)" .IX Subsection "result = $old_uri->move ($new_uri, $force_replace)" .IP "\(bu" 4 \&\f(CW$new_uri\fR (Gnome2::VFS::URI) .IP "\(bu" 4 \&\f(CW$force_replace\fR (boolean) .ie n .SS "list = $uri\->\fBopen\fP ($open_mode)" .el .SS "list = \f(CW$uri\fP\->\fBopen\fP ($open_mode)" .IX Subsection "list = $uri->open ($open_mode)" .IP "\(bu" 4 \&\f(CW$open_mode\fR (Gnome2::VFS::OpenMode) .PP Returns a GnomeVFSResult and a GnomeVFSHandle. .ie n .SS "uri = $uri\->\fBget_parent\fP" .el .SS "uri = \f(CW$uri\fP\->\fBget_parent\fP" .IX Subsection "uri = $uri->get_parent" .ie n .SS "string = $uri\->\fBget_password\fP" .el .SS "string = \f(CW$uri\fP\->\fBget_password\fP" .IX Subsection "string = $uri->get_password" .ie n .SS "$uri\->\fBset_password\fP ($password)" .el .SS "\f(CW$uri\fP\->\fBset_password\fP ($password)" .IX Subsection "$uri->set_password ($password)" .IP "\(bu" 4 \&\f(CW$password\fR (string) .ie n .SS "string = $uri\->\fBget_path\fP" .el .SS "string = \f(CW$uri\fP\->\fBget_path\fP" .IX Subsection "string = $uri->get_path" .ie n .SS "result = $uri\->\fBremove_directory\fP" .el .SS "result = \f(CW$uri\fP\->\fBremove_directory\fP" .IX Subsection "result = $uri->remove_directory" .ie n .SS "uri = $base\->\fBresolve_relative\fP ($relative_reference)" .el .SS "uri = \f(CW$base\fP\->\fBresolve_relative\fP ($relative_reference)" .IX Subsection "uri = $base->resolve_relative ($relative_reference)" .IP "\(bu" 4 \&\f(CW$relative_reference\fR (string) .ie n .SS "uri = $base\->\fBresolve_symbolic_link\fP ($symbolic_link)" .el .SS "uri = \f(CW$base\fP\->\fBresolve_symbolic_link\fP ($symbolic_link)" .IX Subsection "uri = $base->resolve_symbolic_link ($symbolic_link)" .IP "\(bu" 4 \&\f(CW$symbolic_link\fR (string) .PP Since: vfs 2.16 .ie n .SS "string = $uri\->\fBget_scheme\fP" .el .SS "string = \f(CW$uri\fP\->\fBget_scheme\fP" .IX Subsection "string = $uri->get_scheme" .ie n .SS "string = $uri\->\fBto_string\fP ($hide_options=GNOME_VFS_URI_HIDE_NONE)" .el .SS "string = \f(CW$uri\fP\->\fBto_string\fP ($hide_options=GNOME_VFS_URI_HIDE_NONE)" .IX Subsection "string = $uri->to_string ($hide_options=GNOME_VFS_URI_HIDE_NONE)" .IP "\(bu" 4 \&\f(CW$hide_options\fR (Gnome2::VFS::URI::HideOptions) .ie n .SS "result = $uri\->\fBtruncate\fP ($length)" .el .SS "result = \f(CW$uri\fP\->\fBtruncate\fP ($length)" .IX Subsection "result = $uri->truncate ($length)" .IP "\(bu" 4 \&\f(CW$length\fR (unsigned) .ie n .SS "result = $uri\->\fBunlink\fP" .el .SS "result = \f(CW$uri\fP\->\fBunlink\fP" .IX Subsection "result = $uri->unlink" .ie n .SS "string = $uri\->\fBget_user_name\fP" .el .SS "string = \f(CW$uri\fP\->\fBget_user_name\fP" .IX Subsection "string = $uri->get_user_name" .ie n .SS "$uri\->\fBset_user_name\fP ($user_name)" .el .SS "\f(CW$uri\fP\->\fBset_user_name\fP ($user_name)" .IX Subsection "$uri->set_user_name ($user_name)" .IP "\(bu" 4 \&\f(CW$user_name\fR (string) .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "flags Gnome2::VFS::FileInfoOptions" .IX Subsection "flags Gnome2::VFS::FileInfoOptions" .IP "\(bu" 4 \&'default' / '\s-1GNOME_VFS_FILE_INFO_DEFAULT\s0' .IP "\(bu" 4 \&'get\-mime\-type' / '\s-1GNOME_VFS_FILE_INFO_GET_MIME_TYPE\s0' .IP "\(bu" 4 \&'force\-fast\-mime\-type' / '\s-1GNOME_VFS_FILE_INFO_FORCE_FAST_MIME_TYPE\s0' .IP "\(bu" 4 \&'force\-slow\-mime\-type' / '\s-1GNOME_VFS_FILE_INFO_FORCE_SLOW_MIME_TYPE\s0' .IP "\(bu" 4 \&'follow\-links' / '\s-1GNOME_VFS_FILE_INFO_FOLLOW_LINKS\s0' .IP "\(bu" 4 \&'get\-access\-rights' / '\s-1GNOME_VFS_FILE_INFO_GET_ACCESS_RIGHTS\s0' .IP "\(bu" 4 \&'name\-only' / '\s-1GNOME_VFS_FILE_INFO_NAME_ONLY\s0' .IP "\(bu" 4 \&'get\-acl' / '\s-1GNOME_VFS_FILE_INFO_GET_ACL\s0' .IP "\(bu" 4 \&'get\-selinux\-context' / '\s-1GNOME_VFS_FILE_INFO_GET_SELINUX_CONTEXT\s0' .SS "flags Gnome2::VFS::OpenMode" .IX Subsection "flags Gnome2::VFS::OpenMode" .IP "\(bu" 4 \&'none' / '\s-1GNOME_VFS_OPEN_NONE\s0' .IP "\(bu" 4 \&'read' / '\s-1GNOME_VFS_OPEN_READ\s0' .IP "\(bu" 4 \&'write' / '\s-1GNOME_VFS_OPEN_WRITE\s0' .IP "\(bu" 4 \&'random' / '\s-1GNOME_VFS_OPEN_RANDOM\s0' .IP "\(bu" 4 \&'truncate' / '\s-1GNOME_VFS_OPEN_TRUNCATE\s0' .SS "enum Gnome2::VFS::Result" .IX Subsection "enum Gnome2::VFS::Result" .IP "\(bu" 4 \&'ok' / '\s-1GNOME_VFS_OK\s0' .IP "\(bu" 4 \&'error\-not\-found' / '\s-1GNOME_VFS_ERROR_NOT_FOUND\s0' .IP "\(bu" 4 \&'error\-generic' / '\s-1GNOME_VFS_ERROR_GENERIC\s0' .IP "\(bu" 4 \&'error\-internal' / '\s-1GNOME_VFS_ERROR_INTERNAL\s0' .IP "\(bu" 4 \&'error\-bad\-parameters' / '\s-1GNOME_VFS_ERROR_BAD_PARAMETERS\s0' .IP "\(bu" 4 \&'error\-not\-supported' / '\s-1GNOME_VFS_ERROR_NOT_SUPPORTED\s0' .IP "\(bu" 4 \&'error\-io' / '\s-1GNOME_VFS_ERROR_IO\s0' .IP "\(bu" 4 \&'error\-corrupted\-data' / '\s-1GNOME_VFS_ERROR_CORRUPTED_DATA\s0' .IP "\(bu" 4 \&'error\-wrong\-format' / '\s-1GNOME_VFS_ERROR_WRONG_FORMAT\s0' .IP "\(bu" 4 \&'error\-bad\-file' / '\s-1GNOME_VFS_ERROR_BAD_FILE\s0' .IP "\(bu" 4 \&'error\-too\-big' / '\s-1GNOME_VFS_ERROR_TOO_BIG\s0' .IP "\(bu" 4 \&'error\-no\-space' / '\s-1GNOME_VFS_ERROR_NO_SPACE\s0' .IP "\(bu" 4 \&'error\-read\-only' / '\s-1GNOME_VFS_ERROR_READ_ONLY\s0' .IP "\(bu" 4 \&'error\-invalid\-uri' / '\s-1GNOME_VFS_ERROR_INVALID_URI\s0' .IP "\(bu" 4 \&'error\-not\-open' / '\s-1GNOME_VFS_ERROR_NOT_OPEN\s0' .IP "\(bu" 4 \&'error\-invalid\-open\-mode' / '\s-1GNOME_VFS_ERROR_INVALID_OPEN_MODE\s0' .IP "\(bu" 4 \&'error\-access\-denied' / '\s-1GNOME_VFS_ERROR_ACCESS_DENIED\s0' .IP "\(bu" 4 \&'error\-too\-many\-open\-files' / '\s-1GNOME_VFS_ERROR_TOO_MANY_OPEN_FILES\s0' .IP "\(bu" 4 \&'error\-eof' / '\s-1GNOME_VFS_ERROR_EOF\s0' .IP "\(bu" 4 \&'error\-not\-a\-directory' / '\s-1GNOME_VFS_ERROR_NOT_A_DIRECTORY\s0' .IP "\(bu" 4 \&'error\-in\-progress' / '\s-1GNOME_VFS_ERROR_IN_PROGRESS\s0' .IP "\(bu" 4 \&'error\-interrupted' / '\s-1GNOME_VFS_ERROR_INTERRUPTED\s0' .IP "\(bu" 4 \&'error\-file\-exists' / '\s-1GNOME_VFS_ERROR_FILE_EXISTS\s0' .IP "\(bu" 4 \&'error\-loop' / '\s-1GNOME_VFS_ERROR_LOOP\s0' .IP "\(bu" 4 \&'error\-not\-permitted' / '\s-1GNOME_VFS_ERROR_NOT_PERMITTED\s0' .IP "\(bu" 4 \&'error\-is\-directory' / '\s-1GNOME_VFS_ERROR_IS_DIRECTORY\s0' .IP "\(bu" 4 \&'error\-no\-memory' / '\s-1GNOME_VFS_ERROR_NO_MEMORY\s0' .IP "\(bu" 4 \&'error\-host\-not\-found' / '\s-1GNOME_VFS_ERROR_HOST_NOT_FOUND\s0' .IP "\(bu" 4 \&'error\-invalid\-host\-name' / '\s-1GNOME_VFS_ERROR_INVALID_HOST_NAME\s0' .IP "\(bu" 4 \&'error\-host\-has\-no\-address' / '\s-1GNOME_VFS_ERROR_HOST_HAS_NO_ADDRESS\s0' .IP "\(bu" 4 \&'error\-login\-failed' / '\s-1GNOME_VFS_ERROR_LOGIN_FAILED\s0' .IP "\(bu" 4 \&'error\-cancelled' / '\s-1GNOME_VFS_ERROR_CANCELLED\s0' .IP "\(bu" 4 \&'error\-directory\-busy' / '\s-1GNOME_VFS_ERROR_DIRECTORY_BUSY\s0' .IP "\(bu" 4 \&'error\-directory\-not\-empty' / '\s-1GNOME_VFS_ERROR_DIRECTORY_NOT_EMPTY\s0' .IP "\(bu" 4 \&'error\-too\-many\-links' / '\s-1GNOME_VFS_ERROR_TOO_MANY_LINKS\s0' .IP "\(bu" 4 \&'error\-read\-only\-file\-system' / '\s-1GNOME_VFS_ERROR_READ_ONLY_FILE_SYSTEM\s0' .IP "\(bu" 4 \&'error\-not\-same\-file\-system' / '\s-1GNOME_VFS_ERROR_NOT_SAME_FILE_SYSTEM\s0' .IP "\(bu" 4 \&'error\-name\-too\-long' / '\s-1GNOME_VFS_ERROR_NAME_TOO_LONG\s0' .IP "\(bu" 4 \&'error\-service\-not\-available' / '\s-1GNOME_VFS_ERROR_SERVICE_NOT_AVAILABLE\s0' .IP "\(bu" 4 \&'error\-service\-obsolete' / '\s-1GNOME_VFS_ERROR_SERVICE_OBSOLETE\s0' .IP "\(bu" 4 \&'error\-protocol\-error' / '\s-1GNOME_VFS_ERROR_PROTOCOL_ERROR\s0' .IP "\(bu" 4 \&'error\-no\-master\-browser' / '\s-1GNOME_VFS_ERROR_NO_MASTER_BROWSER\s0' .IP "\(bu" 4 \&'error\-no\-default' / '\s-1GNOME_VFS_ERROR_NO_DEFAULT\s0' .IP "\(bu" 4 \&'error\-no\-handler' / '\s-1GNOME_VFS_ERROR_NO_HANDLER\s0' .IP "\(bu" 4 \&'error\-parse' / '\s-1GNOME_VFS_ERROR_PARSE\s0' .IP "\(bu" 4 \&'error\-launch' / '\s-1GNOME_VFS_ERROR_LAUNCH\s0' .IP "\(bu" 4 \&'error\-timeout' / '\s-1GNOME_VFS_ERROR_TIMEOUT\s0' .IP "\(bu" 4 \&'error\-nameserver' / '\s-1GNOME_VFS_ERROR_NAMESERVER\s0' .IP "\(bu" 4 \&'error\-locked' / '\s-1GNOME_VFS_ERROR_LOCKED\s0' .IP "\(bu" 4 \&'error\-deprecated\-function' / '\s-1GNOME_VFS_ERROR_DEPRECATED_FUNCTION\s0' .IP "\(bu" 4 \&'error\-invalid\-filename' / '\s-1GNOME_VFS_ERROR_INVALID_FILENAME\s0' .IP "\(bu" 4 \&'error\-not\-a\-symbolic\-link' / '\s-1GNOME_VFS_ERROR_NOT_A_SYMBOLIC_LINK\s0' .IP "\(bu" 4 \&'num\-errors' / '\s-1GNOME_VFS_NUM_ERRORS\s0' .SS "flags Gnome2::VFS::SetFileInfoMask" .IX Subsection "flags Gnome2::VFS::SetFileInfoMask" .IP "\(bu" 4 \&'none' / '\s-1GNOME_VFS_SET_FILE_INFO_NONE\s0' .IP "\(bu" 4 \&'name' / '\s-1GNOME_VFS_SET_FILE_INFO_NAME\s0' .IP "\(bu" 4 \&'permissions' / '\s-1GNOME_VFS_SET_FILE_INFO_PERMISSIONS\s0' .IP "\(bu" 4 \&'owner' / '\s-1GNOME_VFS_SET_FILE_INFO_OWNER\s0' .IP "\(bu" 4 \&'time' / '\s-1GNOME_VFS_SET_FILE_INFO_TIME\s0' .IP "\(bu" 4 \&'acl' / '\s-1GNOME_VFS_SET_FILE_INFO_ACL\s0' .IP "\(bu" 4 \&'selinux\-context' / '\s-1GNOME_VFS_SET_FILE_INFO_SELINUX_CONTEXT\s0' .IP "\(bu" 4 \&'symlink\-name' / '\s-1GNOME_VFS_SET_FILE_INFO_SYMLINK_NAME\s0' .SS "flags Gnome2::VFS::URI::HideOptions" .IX Subsection "flags Gnome2::VFS::URI::HideOptions" .IP "\(bu" 4 \&'none' / '\s-1GNOME_VFS_URI_HIDE_NONE\s0' .IP "\(bu" 4 \&'user\-name' / '\s-1GNOME_VFS_URI_HIDE_USER_NAME\s0' .IP "\(bu" 4 \&'password' / '\s-1GNOME_VFS_URI_HIDE_PASSWORD\s0' .IP "\(bu" 4 \&'host\-name' / '\s-1GNOME_VFS_URI_HIDE_HOST_NAME\s0' .IP "\(bu" 4 \&'host\-port' / '\s-1GNOME_VFS_URI_HIDE_HOST_PORT\s0' .IP "\(bu" 4 \&'toplevel\-method' / '\s-1GNOME_VFS_URI_HIDE_TOPLEVEL_METHOD\s0' .IP "\(bu" 4 \&'fragment\-identifier' / '\s-1GNOME_VFS_URI_HIDE_FRAGMENT_IDENTIFIER\s0' .SH "SEE ALSO" .IX Header "SEE ALSO" Gnome2::VFS, Glib::Boxed .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.