This file is indexed.

/usr/share/gtk-doc/html/pygnomevfs/class-gnomevfs-directoryhandle.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
3
4
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>gnomevfs.DirectoryHandle</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-context.html" title="gnomevfs.Context"><link rel="next" href="class-gnomevfs-drive.html" title="gnomevfs.Drive"></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.DirectoryHandle</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gnomevfs-context.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-drive.html">Next</a></td></tr></table><hr></div><div class="refentry" title="gnomevfs.DirectoryHandle"><a name="class-gnomevfs-directoryhandle"></a><div class="titlepage"></div><div class="refnamediv"><h2>gnomevfs.DirectoryHandle</h2><p>gnomevfs.DirectoryHandle — iterator object for reading directories</p></div><div class="refsect1" title="Synopsis"><a name="id444699"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gnomevfs.DirectoryHandle</span></span>:
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-gnomevfs-directoryhandle.html#constructor-gnomevfs-directoryhandle">gnomevfs.DirectoryHandle</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>uri</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>options</code></strong></span><span class="initializer">=gnomevfs.DIRECTORY_VISIT_DEFAULT</span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gnomevfs-directoryhandle.html#method-gnomevfs-directoryhandle--next" title="gnomevfs.DirectoryHandle.next">next</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" title="Description"><a name="id451954"></a><h2>Description</h2><p></p></div><div class="refsect1" title="Constructor"><a name="id448809"></a><h2>Constructor</h2><div class="refsect2"><a name="constructor-gnomevfs-directoryhandle"></a><pre class="programlisting"><code class="constructorsynopsis">    <span class="methodname">gnomevfs.DirectoryHandle</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>uri</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>options</code></strong></span><span class="initializer">=gnomevfs.DIRECTORY_VISIT_DEFAULT</span></span>)</code>
      </pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>uri</code></strong>:</span></p></td><td>gnome-vfs URI to open</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>options</code></strong>:</span></p></td><td>Or'd set of <a class="link" href="gnomevfs-constants.html#gnomevfs-constants-directory-visit" title="gnomevfs Directory Visit Options">directory visit flags</a>.</td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span>:</span></p></td><td>the new <a class="link" href="class-gnomevfs-directoryhandle.html" title="gnomevfs.DirectoryHandle"><code class="classname">gnomevfs.DirectoryHandle</code></a></td></tr></tbody></table><p>Open the directory specified by <em class="parameter"><code>uri</code></em>.</p></div></div><div class="refsect1" title="Methods"><a name="id456757"></a><h2>Methods</h2><div class="refsect2" title="gnomevfs.DirectoryHandle.next"><a name="method-gnomevfs-directoryhandle--next"></a><h3>gnomevfs.DirectoryHandle.next</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">next</span>(<span class="methodparam"></span>)</code>
      </pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>A <a class="link" href="class-gnomevfs-fileinfo.html" title="gnomevfs.FileInfo">gnomevfs.FileInfo</a> describing the next directory entry.</td></tr></tbody></table><p>Read the next directory entry.</p></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-context.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-drive.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gnomevfs.Context </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> gnomevfs.Drive</td></tr></table></div></body></html>