This file is indexed.

/usr/share/gtk-doc/html/caja-python/class-caja-python-property-page.html is in python-caja-common 1.20.0-1.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Caja.PropertyPage</title><link rel="stylesheet" type="text/css" href="style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="caja-python Reference Manual"><link rel="up" href="caja-python-class-reference.html" title="Available Classes"><link rel="prev" href="class-caja-python-menu-item.html" title="Caja.MenuItem"><link rel="next" href="caja-python-provider-reference.html" title="Provider Interfaces"></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">Caja.PropertyPage</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-caja-python-menu-item.html">Prev</a> </td><th width="60%" align="center">Available Classes</th><td width="20%" align="right"> <a accesskey="n" href="caja-python-provider-reference.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="class-caja-python-property-page"></a><div class="titlepage"></div><div class="refnamediv"><h2>Caja.PropertyPage</h2><p>Caja.PropertyPage — Caja.PropertyPage Reference</p></div><div class="refsect1"><a name="idm775"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">Caja.PropertyPage</span></span>(<span class="ooclass"><span class="classname">gobject.GObject</span></span>):
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-caja-python-property-page.html#constructor-caja-property-page" title="Constructor">Caja.PropertyPage</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>name</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>label</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>page</code></strong></span></span>)</code><br></pre></td></tr></table></div><div class="refsect1"><a name="idm792"></a><h2>Ancestry</h2><pre class="synopsis">+-- gobject.GObject
    +-- <a class="link" href="class-caja-python-property-page.html" title="Caja.PropertyPage">Caja.PropertyPage</a>
</pre></div><div class="refsect1"><a name="description-property-page"></a><h2>Description</h2><p>
        A <a class="link" href="class-caja-python-property-page.html" title="Caja.PropertyPage"><code class="classname">Caja.PropertyPage</code></a> object is returned by <a class="link" href="class-caja-python-property-page-provider.html" title="Caja.PropertyPageProvider"><code class="classname">Caja.PropertyPageProvider</code></a> extensions.
      </p></div><div class="refsect1"><a name="idm804"></a><h2>Properties</h2><div class="blockquote"><table width="100%" border="0" bgcolor="#E0E0E0"><tr><td valign="top"><div class="informaltable"><table class="informaltable" width="100%" border="0"><colgroup><col width="1in"><col width="1in"><col width="4in"></colgroup><tbody><tr valign="top"><td valign="top">"label"</td><td valign="top">The label widget displayed in the notebook tab.</td><td valign="top">Read-Write</td></tr><tr valign="top"><td valign="top">"name"</td><td valign="top">The name of the page.  Default value: None</td><td valign="top">Read-Write-ConstructOnly</td></tr><tr valign="top"><td valign="top">"page"</td><td valign="top">The property page widget</td><td valign="top">Read-Write</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1"><a name="constructor-caja-property-page"></a><h2>Constructor</h2><pre class="programlisting"><code class="constructorsynopsis">    <span class="methodname">Caja.PropertyPage</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>name</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>label</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>page</code></strong></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>name</code></strong> :</span></p></td><td>identifier of the property page</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>label</code></strong> :</span></p></td><td>the user-visible label for the property page</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>page</code></strong> :</span></p></td><td>the property page widget</td></tr></tbody></table><p>
    Creates a new <a class="link" href="class-caja-python-property-page.html" title="Caja.PropertyPage"><code class="classname">Caja.PropertyPage</code></a> object.
  </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-caja-python-menu-item.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="caja-python-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="caja-python-provider-reference.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Caja.MenuItem </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Provider Interfaces</td></tr></table></div></body></html>