summaryrefslogtreecommitdiff
path: root/docs/reference/pygobject-constants.xml
Commit message (Collapse)AuthorAgeFilesLines
* Drop static glib_version and pyglib_version constantsMartin Pitt2012-11-031-19/+0
| | | | Use the GLib version from GI instead, and the already existing gi.version_info.
* Drop static SPAWN_* constantsMartin Pitt2012-10-241-67/+0
| | | | | | | | | Use the introspected constants instead, which are identical. Add backwards compatible aliases. These constants are covered by tests/test_subprocess.py. https://bugzilla.gnome.org/show_bug.cgi?id=686765
* Separate the glib and gobject bindings in the manual.Johan Dahlin2008-08-011-105/+0
| | | | | | | | | | | | | | | | | | | 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
* Import GObject part of John Finlay's PyGTK Reference Manual, copy overJohan Dahlin2006-07-121-0/+495
* Makefile.am: * configure.ac: * docs/.cvsignore: * docs/Makefile.am: * docs/common.xsl: * docs/devhelp.xsl: * docs/html.xsl: * docs/pdf-style.xsl: * docs/pdf.xsl: * docs/ref-html-style.xsl: * docs/reference/.cvsignore: * docs/reference/pygobject-classes.xml: * docs/reference/pygobject-constants.xml: * docs/reference/pygobject-functions.xml: * docs/reference/pygobject-gboxed.xml: * docs/reference/pygobject-ginterface.xml: * docs/reference/pygobject-gpointer.xml: * docs/reference/pygobject-maincontext.xml: * docs/reference/pygobject-mainloop.xml: * docs/reference/pygobject-ref.xml: * docs/reference/pygobject.xml: Import GObject part of John Finlay's PyGTK Reference Manual, copy over infrastructure from the pygtk-web module.