This file is indexed.

/usr/share/gtk-doc/html/pygnomevfs/class-gnomevfs-fileinfo.html is in python-gnome2-doc 2.28.1+dfsg-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>gnomevfs.FileInfo</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="Python gnomevfs Reference Manual"><link rel="up" href="gnomevfs-class-reference.html" title="The gnomevfs class reference"><link rel="prev" href="class-gnomevfs-drive.html" title="gnomevfs.Drive"><link rel="next" href="class-gnomevfs-handle.html" title="gnomevfs.Handle"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gnomevfs.FileInfo</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gnomevfs-drive.html">Prev</a> </td><th width="60%" align="center">The gnomevfs class reference</th><td width="20%" align="right"> <a accesskey="n" href="class-gnomevfs-handle.html">Next</a></td></tr></table><hr></div><div class="refentry" title="gnomevfs.FileInfo"><a name="class-gnomevfs-fileinfo"></a><div class="titlepage"></div><div class="refnamediv"><h2>gnomevfs.FileInfo</h2><p>gnomevfs.FileInfo — Object which stores information about a file</p></div><div class="refsect1" title="Synopsis"><a name="id455474"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gnomevfs.FileInfo</span></span>:
</pre></td></tr></table></div><div class="refsect1" title="Attributes"><a name="id464852"></a><h2>Attributes</h2><div class="blockquote"><table width="100%" border="0" bgcolor="#E0E0E0"><tr><td valign="top"><div class="informaltable"><table width="100%" border="0"><colgroup><col width="1in"><col width="3.5in"></colgroup><tbody><tr valign="top"><td valign="top">atime</td><td valign="top">Access time.</td></tr><tr valign="top"><td valign="top">block_count</td><td valign="top">Size measured in 512-byte blocks</td></tr><tr valign="top"><td valign="top">ctime</td><td valign="top">Change time.</td></tr><tr valign="top"><td valign="top">device</td><td valign="top">Device type.  This property is only valid if the file is local.</td></tr><tr valign="top"><td valign="top">flags</td><td valign="top">Flags for this file.  See <a class="link" href="gnomevfs-constants.html#gnomevfs-constants-file-flags" title="gnomevfs File Flags">gnomevfs File Flags</a>.</td></tr><tr valign="top"><td valign="top">gid</td><td valign="top">Group ID of the file</td></tr><tr valign="top"><td valign="top">inode</td><td valign="top">Inode number.  This property is only valid if the file is local.</td></tr><tr valign="top"><td valign="top">io_block_size</td><td valign="top">Optimal buffer size for reading/writing the file.</td></tr><tr valign="top"><td valign="top">link_count</td><td valign="top">Number of links to this file.</td></tr><tr valign="top"><td valign="top">mime_type</td><td valign="top">MIME type as an ASCII string</td></tr><tr valign="top"><td valign="top">mtime</td><td valign="top">Modification time.</td></tr><tr valign="top"><td valign="top">name</td><td valign="top">Base name of the file (no path).</td></tr><tr valign="top"><td valign="top">permissions</td><td valign="top">File permissions.</td></tr><tr valign="top"><td valign="top">size</td><td valign="top">Size in bytes.</td></tr><tr valign="top"><td valign="top">symlink_name</td><td valign="top">If the file is a symlink (see `flags'), the name of the file this link points to.</td></tr><tr valign="top"><td valign="top">type</td><td valign="top">File type (i.e. regular, directory, block device...).</td></tr><tr valign="top"><td valign="top">uid</td><td valign="top">User ID of the file</td></tr><tr valign="top"><td valign="top">valid_fields</td><td valign="top">Fields which are actually valid in this structure.</td></tr></tbody></table></div></td></tr></table></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-gnomevfs-drive.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="gnomevfs-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-gnomevfs-handle.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gnomevfs.Drive </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> gnomevfs.Handle</td></tr></table></div></body></html>