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
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to