From c2441aea68f5fee4c1389cc3ae12aebbd97f37d2 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 24 Aug 2006 23:26:06 +0000 Subject: [PATCH] typo, new module name --- docs/reference/gobject/tut_gsignal.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gobject/tut_gsignal.xml b/docs/reference/gobject/tut_gsignal.xml index 9ab4b6f89..8dc7d85a5 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).