summaryrefslogtreecommitdiff
path: root/bindings/python/docs/pygladeui.xml
diff options
context:
space:
mode:
authorVincent Geddes <vgeddes@src.gnome.org>2007-07-13 01:25:45 +0000
committerVincent Geddes <vgeddes@src.gnome.org>2007-07-13 01:25:45 +0000
commit7079507c93aa01b48e2781f31fb71b73d63d6fc9 (patch)
treeb146239065d4d07be07b51a4aa03d4c76af9f87e /bindings/python/docs/pygladeui.xml
parent142dd846cb9cb35f8eab95b0127280c6f09c0208 (diff)
downloadglade-7079507c93aa01b48e2781f31fb71b73d63d6fc9.tar.gz
Added documentation for python bindings
svn path=/branches/BINDINGS/; revision=1473
Diffstat (limited to 'bindings/python/docs/pygladeui.xml')
-rw-r--r--bindings/python/docs/pygladeui.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/bindings/python/docs/pygladeui.xml b/bindings/python/docs/pygladeui.xml
new file mode 100644
index 00000000..9f932f60
--- /dev/null
+++ b/bindings/python/docs/pygladeui.xml
@@ -0,0 +1,51 @@
+<?xml version='1.0'?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY builddate SYSTEM "builddate.xml">
+]>
+
+<book id="pygladeui-reference" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <bookinfo>
+ <pubdate>&builddate;</pubdate>
+ <title>PyGladeUI Reference Manual</title>
+ <edition>for version <xi:include href="version.xml"/></edition>
+ <releaseinfo>for PyGladeUI version <xi:include href="version.xml"/></releaseinfo>
+
+ <authorgroup>
+ <author>
+ <firstname>Vincent</firstname>
+ <surname>Geddes</surname>
+ <affiliation>
+ <address>
+ <email>vgeddes@gnome.org</email>
+ </address>
+ </affiliation>
+ </author>
+ </authorgroup>
+
+ <copyright>
+ <year>2006</year>
+ <holder>Vincent Geddes</holder>
+ </copyright>
+
+ <legalnotice>
+ <para>Permission is granted to copy, distribute and/or modify
+ this document under the terms of the <citetitle>GNU Free
+ Documentation License</citetitle>, Version 1.1 or any later
+ version published by the Free Software Foundation with no
+ Invariant Sections, no Front-Cover Texts, and no Back-Cover
+ Texts. You may obtain a copy of the <citetitle>GNU Free
+ Documentation License</citetitle> from the Free Software
+ Foundation by visiting their <ulink type="http"
+ url="http://www.fsf.org">website</ulink>.</para>
+ </legalnotice>
+
+ <abstract>
+ <para>This reference describes the classes of the Python gladeui module.</para>
+ </abstract>
+
+ </bookinfo>
+ <toc>
+ </toc>
+
+</book>