summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2009-06-21 16:50:03 +0300
committerPaul Pogonyshev <pogonyshev@gmx.net>2009-06-21 16:50:03 +0300
commit5b71e58117c85634d95d08449eb54079b246e5be (patch)
tree4bd61d3bcb0eeedd9ca8c1a053b08e5a7c859350 /docs
parentb270dc43f2cef5260b0bbc71356fd8e6a2b7f754 (diff)
downloadpygobject-5b71e58117c85634d95d08449eb54079b246e5be.tar.gz
pygobject-5b71e58117c85634d95d08449eb54079b246e5be.tar.xz
pygobject-5b71e58117c85634d95d08449eb54079b246e5be.zip
Document that many functions got moved gobject -> glib
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/pygobject-functions.xml7
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>