/usr/share/doc/python-kiwi/api/kiwi.ui.proxy.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 | <!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 “kiwi.ui.proxy”</title>
</head>
<body><h1 class="module">Module k.u.proxy</h1><span id="part">Part of <a href="kiwi.ui.html">kiwi.ui</a></span><div class="toplevel"><div><p>This module defines the Proxy class, which is a facility that can be
used to keep the state of a model object synchronized with a View.</p>
</div></div><table class="children"><tr class="class"><td>Class</td><td><a href="kiwi.ui.proxy.ProxyError.html">ProxyError</a></td><td><span class="undocumented">Undocumented</span></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.proxy.block_widget">block_widget</a></td><td><div><p>Blocks the signal handler of the 'content-changed' signal on widget</p>
</div></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.proxy.unblock_widget">unblock_widget</a></td><td><div><p>Unblocks the signal handler of the 'content-changed' signal on
widget</p>
</div></td></tr><tr class="class"><td>Class</td><td><a href="kiwi.ui.proxy.Proxy.html">Proxy</a></td><td><div><p>A Proxy is a class that 'attaches' an instance to an interface's</p>
</div></td></tr></table>
<div class="function">
<div class="functionHeader">def <a name="kiwi.ui.proxy.block_widget">block_widget(widget):</a></div>
<div class="functionBody"><div><p>Blocks the signal handler of the 'content-changed' signal on widget</p>
</div></div>
</div>
<div class="function">
<div class="functionHeader">def <a name="kiwi.ui.proxy.unblock_widget">unblock_widget(widget):</a></div>
<div class="functionBody"><div><p>Unblocks the signal handler of the 'content-changed' signal on
widget</p>
</div></div>
</div></body>
|