From 8fd381dc14475ecad7b12980381b3517f6da39ef Mon Sep 17 00:00:00 2001 From: espen Date: Sun, 24 Apr 2005 13:25:31 +0000 Subject: [PATCH] Mapped lisp type gclosure to foreign type GClosure --- glib/gcallback.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glib/gcallback.lisp b/glib/gcallback.lisp index b6158db..a6bba96 100644 --- a/glib/gcallback.lisp +++ b/glib/gcallback.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gcallback.lisp,v 1.24 2005/04/23 16:48:50 espen Exp $ +;; $Id: gcallback.lisp,v 1.25 2005/04/24 13:25:31 espen Exp $ (in-package "GLIB") @@ -244,6 +244,7 @@ (handler-id unsigned-int)) (deftype gclosure () 'pointer) +(register-type 'gclosure "GClosure") (defbinding (callback-closure-new "clg_callback_closure_new") () gclosure (callback-id unsigned-int) -- 2.11.0