[pygtk] Possible error in the reference manual

John Finlay finlay at moeraki.com
Wed Oct 22 01:06:25 WST 2008


Eric S. Raymond wrote:
> I think I've spotted an error in the Reference:
>
> --- pygtk-gobject.xml	(revision 3046)
> +++ pygtk-gobject.xml	(working copy)
> @@ -513,7 +513,7 @@
>  <methodname>connect_object</methodname>() method. For example, a call with a
>  function handler:</para>
>        <programlisting>
> -  handler_id = object("signal_name", handler, gobject)
> +  handler_id = connect_object("signal_name", handler, gobject)
>  </programlisting>
>        <para>will cause the <parameter>handler</parameter> to be invoked
>  as:</para>
>
> If this is not an error, it need more explanation than it presently has.
>   
I think you're looking at the defunct version of the pygobject docs 
which used to be part of the pygtk docs. Pygobject has it's own source 
tree and its docs live there.

John


More information about the pygtk mailing list