diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-08-01 22:52:06 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-01 22:52:06 +0000 |
| commit | 0b6932cf263ac3dc68640e3f59e0d83678315aea (patch) | |
| tree | 467fa195ea553e53eca9e371ce7b59927bf1e841 /docs/reference/pygobject-classes.xml | |
| parent | 9e22741a4683e4184ffcdaf7382b0ba045f4a3be (diff) | |
| download | pygobject-0b6932cf263ac3dc68640e3f59e0d83678315aea.tar.gz pygobject-0b6932cf263ac3dc68640e3f59e0d83678315aea.tar.xz pygobject-0b6932cf263ac3dc68640e3f59e0d83678315aea.zip | |
Separate the glib and gobject bindings in the manual.
2008-08-02 Johan Dahlin <johan@gnome.org>
* docs/Makefile.am:
* docs/reference/pyglib-constants.xml:
* docs/reference/pyglib-functions.xml:
* docs/reference/pyglib-maincontext.xml:
* docs/reference/pyglib-mainloop.xml:
* docs/reference/pygobject-classes.xml:
* docs/reference/pygobject-constants.xml:
* docs/reference/pygobject-functions.xml:
* docs/reference/pygobject-maincontext.xml:
* docs/reference/pygobject-mainloop.xml:
Separate the glib and gobject bindings in the manual.
svn path=/trunk/; revision=910
Diffstat (limited to 'docs/reference/pygobject-classes.xml')
| -rw-r--r-- | docs/reference/pygobject-classes.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/reference/pygobject-classes.xml b/docs/reference/pygobject-classes.xml index e4b488f..710e4b7 100644 --- a/docs/reference/pygobject-classes.xml +++ b/docs/reference/pygobject-classes.xml @@ -4,16 +4,19 @@ <chapter id="gobject-class-reference" xmlns:xi="http://www.w3.org/2001/XInclude"> -<title>The gobject Class Reference</title> +<title>PyGObject Class Reference</title> -<!-- GOBJECT CLASSES --> +<!-- 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"/> <xi:include href="pygobject-gpointer.xml"/> <xi:include href="pygobject-ginterface.xml"/> -<xi:include href="pygobject-maincontext.xml"/> -<xi:include href="pygobject-mainloop.xml"/> <xi:include href="pygobject-functions.xml"/> <xi:include href="pygobject-constants.xml"/> |
