From: Johan Dahlin Date: Thu, 24 Aug 2006 23:26:06 +0000 (+0000) Subject: typo, new module name X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c2441aea68f5fee4c1389cc3ae12aebbd97f37d2;p=dana%2Fcg-glib.git typo, new module name --- diff --git a/docs/reference/gobject/tut_gsignal.xml b/docs/reference/gobject/tut_gsignal.xml index 9ab4b6f8..8dc7d85a 100644 --- a/docs/reference/gobject/tut_gsignal.xml +++ b/docs/reference/gobject/tut_gsignal.xml @@ -159,9 +159,9 @@ g_cclosure_marshal_VOID__INT (GClosure *closure, wrote a generic Python marshaller which is used by all python Closures (a python closure is used to have python-based callback be invoked by the closure invocation process). This python marshaller transforms the input GValue list representing the function - parameters into a Python tupple which is the equivalent structure in python (you can + parameters into a Python tuple which is the equivalent structure in python (you can look in pyg_closure_marshal in pygtype.c - in the pygtk module in Gnome cvs server). + in the pygobject module in Gnome cvs server).