Guile Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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.
Guile Home |
Main Index |
Thread Index