This file is indexed.

/usr/share/doc/python-xlib/html/python-xlib_3.html is in python-xlib 0.14+20091101-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
 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<HTML>
<HEAD>
<!-- Created by texi2html 1.56k from ../src/python-xlib.texi on 5 November 2009 -->

<TITLE>The Python X Library - Package Layout</TITLE>
</HEAD>
<BODY>
Go to the <A HREF="python-xlib_1.html">first</A>, <A HREF="python-xlib_2.html">previous</A>, <A HREF="python-xlib_4.html">next</A>, <A HREF="python-xlib_25.html">last</A> section, <A HREF="python-xlib_toc.html">table of contents</A>.
<P><HR><P>


<H1><A NAME="SEC2" HREF="python-xlib_toc.html#TOC2">Package Layout</A></H1>

<P>
The Python X Library is distributed as a Python package, named
<CODE>Xlib</CODE>.  It contains a number of modules providing the main
library interface:


<DL COMPACT>

<DT><CODE>display</CODE>
<DD>
Contains the <CODE>Display</CODE> class, providing the X connection and access
to all other X objects and operations.

<DT><CODE>error</CODE>
<DD>
Contains all <CODE>Xlib</CODE> exception classes.

<DT><CODE>threaded</CODE>
<DD>
Imported to set up the library to be thread-safe.

<DT><CODE>rdb</CODE>
<DD>
Contains <CODE>ResourceDB</CODE>, an X resource database class, and related
code.

<DT><CODE>X</CODE>
<DD>
Contains symbolic names for all basic X protocol constants.

<DT><CODE>Xutil</CODE>
<DD>
Contains additional constants for mainly the ICCCM standard.

<DT><CODE>XK</CODE>
<DD>
Contains symbolic names for all X keysyms.

<DT><CODE>Xatom</CODE>
<DD>
Contains symbolic names for all standard X atoms.

<DT><CODE>Xcursorfont</CODE>
<DD>
Contains symbolic names for all standard X fonts.

</DL>

<P>
There is also a number of subpackages, but they will mainly be of
interest to developers of the Xlib itself:


<DL COMPACT>

<DT><CODE>protocol</CODE>
<DD>
The low-level protocol implementation.  Contains definitions of all X
request, responses, events and errors, in addition to the core network
code.  The high-level object oriented interface provided by
<CODE>Xlib.display</CODE> is merely a wrapper around this package.

<DT><CODE>support</CODE>
<DD>
Miscellaneous supporting code for handling threads and operating
system-specific features.

<DT><CODE>xobject</CODE>
<DD>
Contains classes for all X objects, which are returned by various
display operations.

<DT><CODE>ext</CODE>
<DD>
Contains various X protocol extensions.  Extensions supported by the
server are loaded automatically at the display connection.

</DL>

<P><HR><P>
Go to the <A HREF="python-xlib_1.html">first</A>, <A HREF="python-xlib_2.html">previous</A>, <A HREF="python-xlib_4.html">next</A>, <A HREF="python-xlib_25.html">last</A> section, <A HREF="python-xlib_toc.html">table of contents</A>.
</BODY>
</HTML>