X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/a2f9c65e3a14319eb208248f28d98ae74566b8b0..a088e67e4a6983ef76c9d8253d08e92b55d0c13f:/glib/gforeign.lisp?ds=sidebyside diff --git a/glib/gforeign.lisp b/glib/gforeign.lisp index 48cd686..fe9dd9f 100644 --- a/glib/gforeign.lisp +++ b/glib/gforeign.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gforeign.lisp,v 1.13 2002/03/19 17:03:42 espen Exp $ +;; $Id: gforeign.lisp,v 1.14 2002/04/02 14:52:25 espen Exp $ (in-package "GLIB") @@ -375,7 +375,7 @@ (defun mkbinding (name return-type &rest arg-types) :type (alien::parse-alien-type ftype) :sap-form (system:foreign-symbol-address name)))) (translate-arguments - (mapcar #'intern-return-value-translator arg-types)) + (mapcar #'intern-argument-translator arg-types)) (translate-return-value (intern-return-value-translator return-type)) (cleanup-arguments (mapcar #'intern-cleanup-function arg-types)))