From 5b71e58117c85634d95d08449eb54079b246e5be Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Sun, 21 Jun 2009 16:50:03 +0300 Subject: Document that many functions got moved gobject -> glib --- docs/reference/pygobject-functions.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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 These functions are part of the PyGTK gobject module but are not directly associated with a specific class. + + Many functions that previously were in this namespace got moved + to glib namespace + instead. They are still available in gobject for backward + compatibility, but not documented here. + + -- cgit