[pygobject] Document that many functions got moved gobject -> glib



commit 5b71e58117c85634d95d08449eb54079b246e5be
Author: Paul Pogonyshev <pogonyshev gmx net>
Date:   Sun Jun 21 16:50:03 2009 +0300

    Document that many functions got moved gobject -> glib

 docs/reference/pygobject-functions.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/pygobject-functions.xml b/docs/reference/pygobject-functions.xml
index a35afec..8ad1e40 100644
--- a/docs/reference/pygobject-functions.xml
+++ b/docs/reference/pygobject-functions.xml
@@ -115,6 +115,13 @@ linkend="function-gobject---install-metaclass">gobject._install_metaclass</link>
     <para>These functions are part of the <literal>PyGTK</literal> gobject
 module but are not directly associated with a specific class.</para>
 
+    <note>
+      <para>Many functions that previously were in this namespace got moved
+        to <link linkend="glib-functions"><literal>glib</literal></link> namespace
+        instead.  They are still available in <literal>gobject</literal> for backward
+        compatibility, but not documented here.</para>
+    </note>
+
   </refsect1>
 
   <refsect1>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]