This file is indexed.

/usr/share/gtk-doc/html/caja-python/enum-caja-python-operation-result.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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Caja.OperationResult</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-enum-reference.html" title="Available Enums"><link rel="prev" href="caja-python-enum-reference.html" title="Available Enums"></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.OperationResult</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="caja-python-enum-reference.html">Prev</a> </td><th width="60%" align="center">Available Enums</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="refentry"><a name="enum-caja-python-operation-result"></a><div class="titlepage"></div><div class="refnamediv"><h2>Caja.OperationResult</h2><p>Caja.OperationResult — Caja.OperationResult Reference</p></div><div class="refsect1"><a name="description-operation-result"></a><h2>Description</h2><p>
        The <a class="link" href="enum-caja-python-operation-result.html" title="Caja.OperationResult"><code class="classname">Caja.OperationResult</code></a> constants are
        used by the <a class="link" href="class-caja-python-info-provider.html" title="Caja.InfoProvider"><code class="classname">Caja.InfoProvider</code></a> provider to
        notify Caja what the extension intends to do when Caja calls the extension's <a class="link" href="class-caja-python-info-provider.html#method-caja-python-info-provider--update-file-info-full" title="Caja.InfoProvider.update_file_info_full">update_file_info_full</a>
        method.  The possible values are as follows:
      </p><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><code class="literal">Caja.OperationResult.COMPLETE</code></span></p></td><td>The operation is complete and Caja can move on to the next <a class="link" href="class-caja-python-info-provider.html#method-caja-python-info-provider--update-file-info-full" title="Caja.InfoProvider.update_file_info_full">update_file_info_full</a> call.</td></tr><tr><td><p><span class="term"><code class="literal">Caja.OperationResult.IN_PROGRESS</code></span></p></td><td>The operation is in progress and running asynchronously and Caja should wait until the <a class="link" href="class-caja-python-info-provider.html#method-caja-python-info-provider--update-complete-invoke" title="Caja.info_provider_update_complete_invoke">Caja.info_provider_update_complete_invoke</a> method
	        is called before moving on to the next <a class="link" href="class-caja-python-info-provider.html#method-caja-python-info-provider--update-file-info-full" title="Caja.InfoProvider.update_file_info_full">update_file_info_full</a> call.</td></tr><tr><td><p><span class="term"><code class="literal">Caja.OperationResult.FAILED</code></span></p></td><td>The operation has failed.</td></tr></tbody></table></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="caja-python-enum-reference.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="caja-python-enum-reference.html">Up</a></td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Available Enums </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>