blob: 17f925cfa2de944f133e441b9839efaea65f00d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" standalone="no"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<chapter id="gobject-class-reference"
xmlns:xi="http://www.w3.org/2001/XInclude">
<title>PyGObject Class Reference</title>
<!-- GOBJECT CLASSES -->
<xi:include href="pygobject.xml"/>
<xi:include href="pygobject-gboxed.xml"/>
<xi:include href="pygobject-gpointer.xml"/>
<xi:include href="pygobject-ginterface.xml"/>
<xi:include href="pygobject-functions.xml"/>
<xi:include href="pygobject-constants.xml"/>
</chapter>
|