This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Is it OK to pass an SCM through (void *)?


thi <ttn@mingle.glug.org> writes:

> Marius Vollmer writes:
>   
>  > You might want to look into gtk_signal_connect_full.  This is what
>  > guile-gtk uses to get the bookkeeping done.  Please ask if you want to
>  > know more.
> 
> is there a difference between _full and _interp?  i could only find the
> latter in the guile-gtk-0.11 distribution.

The _full versions are more general than the original _interp ones.
Don't use _interp for new code.