diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile.am | 2 | ||||
| -rw-r--r-- | docs/reference/pyglib-classes.xml | 15 | ||||
| -rw-r--r-- | docs/reference/pygobject-classes.xml | 6 | ||||
| -rw-r--r-- | docs/reference/pygobject-ref.xml | 1 |
4 files changed, 18 insertions, 6 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 4d0c00f..67de57c 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -15,6 +15,7 @@ HTML_FILES = \ html/glib-constants.html \ html/glib-functions.html \ html/gobject-class-reference.html \ + html/glib-class-reference.html \ html/gobject-constants.html \ html/gobject-functions.html \ html/index.html \ @@ -33,6 +34,7 @@ XML_FILES = \ reference/pygobject-gboxed.xml \ reference/pygobject-ginterface.xml \ reference/pygobject-gpointer.xml \ + reference/pyglib-classes.xml \ reference/pyglib-constants.xml \ reference/pyglib-functions.xml \ reference/pyglib-maincontext.xml \ diff --git a/docs/reference/pyglib-classes.xml b/docs/reference/pyglib-classes.xml new file mode 100644 index 0000000..ecc4e5b --- /dev/null +++ b/docs/reference/pyglib-classes.xml @@ -0,0 +1,15 @@ +<?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="glib-class-reference" + xmlns:xi="http://www.w3.org/2001/XInclude"> + +<title>PyGlibClass Reference</title> + +<!-- GLIB CLASSES --> +<xi:include href="pyglib-maincontext.xml"/> +<xi:include href="pyglib-mainloop.xml"/> +<xi:include href="pyglib-functions.xml"/> +<xi:include href="pyglib-constants.xml"/> + +</chapter> diff --git a/docs/reference/pygobject-classes.xml b/docs/reference/pygobject-classes.xml index 710e4b7..17f925c 100644 --- a/docs/reference/pygobject-classes.xml +++ b/docs/reference/pygobject-classes.xml @@ -6,12 +6,6 @@ <title>PyGObject Class Reference</title> -<!-- GLIB CLASSES --> -<xi:include href="pyglib-maincontext.xml"/> -<xi:include href="pyglib-mainloop.xml"/> -<xi:include href="pyglib-functions.xml"/> -<xi:include href="pyglib-constants.xml"/> - <!-- GOBJECT CLASSES --> <xi:include href="pygobject.xml"/> <xi:include href="pygobject-gboxed.xml"/> diff --git a/docs/reference/pygobject-ref.xml b/docs/reference/pygobject-ref.xml index fa7bea0..ee90a55 100644 --- a/docs/reference/pygobject-ref.xml +++ b/docs/reference/pygobject-ref.xml @@ -22,6 +22,7 @@ module.</para> <xi:include href="pygobject-introduction.xml"/> + <xi:include href="pyglib-classes.xml"/> <xi:include href="pygobject-classes.xml"/> <!-- |
