/usr/share/gtk-doc/html/pygtk/class-atkdocument.html is in python-gtk2-doc 2.24.0-4.
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 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>atk.Document</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="atk-class-reference.html" title="The atk Class Reference"><link rel="prev" href="class-atkcomponent.html" title="atk.Component"><link rel="next" href="class-atkeditabletext.html" title="atk.EditableText"></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">atk.Document</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-atkcomponent.html">Prev</a> </td><th width="60%" align="center">The atk Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-atkeditabletext.html">Next</a></td></tr></table><hr></div><div class="refentry" title="atk.Document"><a name="class-atkdocument"></a><div class="titlepage"></div><div class="refnamediv"><h2>atk.Document</h2><p>atk.Document — the ATK interface which allows access to a DOM associated
with on object. </p></div><div class="refsect1" title="Synopsis"><a name="id2982847"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">atk.Document</span></span>(<span class="ooclass"><span class="classname">gobject.GInterface</span></span>):
<code class="methodsynopsis"> def <span class="methodname"><a class="link" href="class-atkdocument.html#method-atkdocument--get-document-type" title="atk.Document.get_document_type">get_document_type</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" title="Description"><a name="id2944728"></a><h2>Description</h2><p>The <a class="link" href="class-atkdocument.html" title="atk.Document"><code class="classname">atk.Document</code></a>
interface should be supported by any object that has an associated
document object model (DOM). This interface provides the standard
mechanism allowing an assistive technology access to the DOM.</p></div><div class="refsect1" title="Methods"><a name="id3006013"></a><h2>Methods</h2><div class="refsect2" title="atk.Document.get_document_type"><a name="method-atkdocument--get-document-type"></a><h3>atk.Document.get_document_type</h3><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">get_document_type</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a string indicating the document type</td></tr></tbody></table><p>Gets a string indicating the document type.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-atkcomponent.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="atk-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-atkeditabletext.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">atk.Component </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> atk.EditableText</td></tr></table></div></body></html>
|