guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scm_* API question


From: Marius Vollmer
Subject: Re: scm_* API question
Date: 31 Jul 2002 12:11:24 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

address@hidden writes:

> b) access symbols from the module. Is:
> 
>      my_symbol = scm_module_lookup(my_module, a_symbol);
> 
>    ok?

Yes, but note that "my_symbol" is actually a _variable_ that you need
to treat with scm_variable_ref, etc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]