From 602afea88c338a38327cd84e08703c5daa384ec6 Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Tue, 10 Nov 2009 22:32:33 +0200 Subject: Move threads_init() function from 'gobject' to 'glib' Retain in original place for backward compatibility, but remove it from the docs. --- docs/reference/pygobject-functions.xml | 36 +++++++--------------------------- 1 file changed, 7 insertions(+), 29 deletions(-) (limited to 'docs') diff --git a/docs/reference/pygobject-functions.xml b/docs/reference/pygobject-functions.xml index 8ad1e40..7ca3918 100644 --- a/docs/reference/pygobject-functions.xml +++ b/docs/reference/pygobject-functions.xml @@ -116,10 +116,13 @@ linkend="function-gobject---install-metaclass">gobject._install_metaclass 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. + + 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. If you miss documentation for some function, be sure to + check glib first. + @@ -755,31 +758,6 @@ properties. - - gobject.threads_init - - - gobject.threads_init - - - - - Returns : - - - - - This function is available in PyGTK 2.4 and above. - - - The threads_init() function initializes the - the use of Python threading in the gobject module. This function is - different than the gtk.gdk.threads_init() - function as that function also initializes the gdk threads. - - - gobject.signal_accumulator_true_handled -- cgit