This file is indexed.

/usr/share/doc/kildclient/html/apes03.xhtml is in kildclient-doc 3.2.0-2.

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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><title>E.3. Disposing Data When the Plugin Is Unloaded</title><link rel="stylesheet" type="text/css" href="docbook.css"/><link rel="stylesheet" type="text/css" href="kildclient.css"/><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"/><link rel="prev" href="apes02.xhtml" title="E.2. A Sample Plugin"/><link rel="next" href="apes04.xhtml" title="E.4. Enabling and Disabling Plugins"/></head><body><header><div class="navheader"><table style="width: 100%; "><tr><th style="text-align: center; " colspan="3">E.3. Disposing Data When the Plugin Is Unloaded</th></tr><tr><td style="width: 20%; text-align: left; "><a accesskey="p" href="apes02.xhtml">Prev</a> </td><th style="width: 60%; text-align: center; ">Appendix E. Writing Plugins</th><td style="width: 20%; text-align: right; "> <a accesskey="n" href="apes04.xhtml">Next</a></td></tr></table><hr/></div></header><section class="sect1" id="idm5330"><div class="titlepage"><div><div><h2 class="title" style="clear: both">E.3. Disposing Data When the Plugin Is Unloaded</h2></div></div></div><p>If the plugin defines a function called
<code class="literal">UNLOAD</code>, this function will be called when the
plugin is unloaded. Currently this happens only when the World that
loaded the plugin is closed.</p><p>If your plugin must dispose of anything it created that would be
kept behind even when the World is closed, the
<code class="literal">UNLOAD</code> function is the place to do that.</p></section><footer><div class="navfooter"><hr/><table style="width: 100%; "><tr><td style="width: 40%; text-align: left; "><a accesskey="p" href="apes02.xhtml">Prev</a> </td><td style="width: 20%; text-align: center; "><a accesskey="u" href="ape.xhtml">Up</a></td><td style="width: 40%; text-align: right; "> <a accesskey="n" href="apes04.xhtml">Next</a></td></tr><tr><td style="width: 40%; text-align: left; vertical-align: top; ">E.2. A Sample Plugin </td><td style="width: 20%; text-align: center; "><a accesskey="h" href="index.xhtml">Home</a></td><td style="width: 40%; text-align: right; vertical-align: top; "> E.4. Enabling and Disabling Plugins</td></tr></table></div></footer></body></html>