[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Passing lambda bindings to C for use as callback
From: |
Marc Singer |
Subject: |
Re: Passing lambda bindings to C for use as callback |
Date: |
Tue, 26 Nov 2002 12:55:56 -0800 |
User-agent: |
Mutt/1.4i |
On Tue, Nov 26, 2002 at 01:10:48PM +0100, Marius Vollmer wrote:
> You can also pass the SCM objects that you want to protect globally to
> the function scm_gc_protect_object. Guile will then keep the data
> structure for you. You can unprotect such an object with
> scm_gc_unprotect_object. For objects that you wont ever unprotect you
> can also use scm_permanent_object.
Was this added after v1.4?