This file is indexed.

/usr/share/doc/python-kiwi/api/kiwi.ui.gadgets.FadeOut.html is in python-kiwi 1.9.22-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
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
        <html><head>
        <link rel="stylesheet" type="text/css" href="apidocs.css"/>
        <title>API docs for &ldquo;kiwi.ui.gadgets.FadeOut&rdquo;</title>
        </head>
        <body><h1 class="class">Class k.u.g.FadeOut(gobject.GObject):</h1><span id="part">Part of <a href="kiwi.ui.gadgets.html">kiwi.ui.gadgets</a></span><div class="toplevel"><div><p>I am a helper class to draw the fading effect of the background Call my 
methods start() and stop() to control the fading.</p>
</div></div><table class="children"><tr class="function"><td>Function</td><td><a href="#kiwi.ui.gadgets.FadeOut.__init__">__init__</a></td><td><span class="undocumented">Undocumented</span></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.gadgets.FadeOut._merge_colors">_merge_colors</a></td><td><div><p>Change the background of widget from src_color to dst_color</p>
</div></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.gadgets.FadeOut._start_merging">_start_merging</a></td><td><span class="undocumented">Undocumented</span></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.gadgets.FadeOut.start">start</a></td><td><div><p>Schedules a start of the countdown.</p>
</div></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.gadgets.FadeOut.stop">stop</a></td><td><div><p>Stops the fadeout and restores the background color</p>
</div></td></tr></table>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.gadgets.FadeOut.__init__">__init__(self, widget):</a></div>
            <div class="functionBody"><div class="undocumented">Undocumented</div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.gadgets.FadeOut._merge_colors">_merge_colors(self, src_color, dst_color, steps=10):</a></div>
            <div class="functionBody"><div><p>Change the background of widget from src_color to dst_color in the 
number of steps specified</p>
</div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.gadgets.FadeOut._start_merging">_start_merging(self):</a></div>
            <div class="functionBody"><div class="undocumented">Undocumented</div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.gadgets.FadeOut.start">start(self, color):</a></div>
            <div class="functionBody"><div><p>Schedules a start of the countdown.</p>
</div><div class="metadata"><span class="tag">param</span> <span class="arg">color</span><span class="body">initial background color
</span></div><div class="metadata"><span class="tag">returns</span> <span class="arg">None</span><span class="body">True if we could start, False if was already in progress
</span></div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.gadgets.FadeOut.stop">stop(self):</a></div>
            <div class="functionBody"><div><p>Stops the fadeout and restores the background color</p>
</div></div>
            </div></body>