mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
typo, new module name
This commit is contained in:
parent
06a70c0a50
commit
c2441aea68
@ -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 <function>pyg_closure_marshal</function> in <filename>pygtype.c</filename>
|
||||
in the <emphasis>pygtk</emphasis> module in Gnome cvs server).
|
||||
in the <emphasis>pygobject</emphasis> module in Gnome cvs server).
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user