guile-devel
[Top][All Lists]
Advanced

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

scm_make_gsubr question


From: William Morgan
Subject: scm_make_gsubr question
Date: Sun, 19 Jan 2003 15:40:23 -0500
User-agent: Mutt/1.4i

Dear Guile developers,

Is there a way to specify, at the time you call scm_make_gsubr, a user
data parameter which is passed to the corresponding C function? This
would allow the same C function to be used for multiple Guile
procedures, behaving differently based on the user data parameter.
(This is a standard mechanism in C callback-style libraries, e.g. glib.)

If not, I would like to submit a patch...

-- 
William <address@hidden>




reply via email to

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