diff options
author | Paul Pogonyshev <pogonyshev@gmx.net> | 2009-06-21 16:50:03 +0300 |
---|---|---|
committer | Paul Pogonyshev <pogonyshev@gmx.net> | 2009-06-21 16:50:03 +0300 |
commit | 5b71e58117c85634d95d08449eb54079b246e5be (patch) | |
tree | 4bd61d3bcb0eeedd9ca8c1a053b08e5a7c859350 /docs | |
parent | b270dc43f2cef5260b0bbc71356fd8e6a2b7f754 (diff) | |
download | pygobject-5b71e58117c85634d95d08449eb54079b246e5be.tar.gz |
Document that many functions got moved gobject -> glib
Diffstat (limited to 'docs')
-rw-r--r-- | 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 a35afec0..8ad1e407 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> |