Guilers,
Here's a snippet of a trivial C module that makes a couple of non-
visible libguile functions available for your use:
SCM_DEFINE(guile_srcprops_p, "srcprops?", 1, 0, 0,
(SCM obj),
"is obj a srcprops?")
#define FUNC_NAME guile_srcprops_p
{
if(SRCPROPSP(obj)) {
Dear Andy,
Thanks (with a bit of a delay) for your answer.
Do you think of a potential release schedule for guile-gnome 2.16.0 ?
We will start evaluating our apps for compat against guile 1.8 soon...
Kind regards,
Stan.
Andy Wingo a écrit :
> Hi Stanislas,
>
> On Fri, 2007-02-09 at 10:55 +010