From d75a77ff1c5d3d8b907b3cfeded048ab5168a026 Mon Sep 17 00:00:00 2001 From: espen Date: Sun, 30 Jan 2005 14:23:20 +0000 Subject: [PATCH] Added type definition for gclosure --- glib/gcallback.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/glib/gcallback.lisp b/glib/gcallback.lisp index f2fc311..3ad4042 100644 --- a/glib/gcallback.lisp +++ b/glib/gcallback.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: gcallback.lisp,v 1.17 2005-01-03 16:37:16 espen Exp $ +;; $Id: gcallback.lisp,v 1.18 2005-01-30 14:23:20 espen Exp $ (in-package "GLIB") @@ -240,7 +240,9 @@ (instance ginstance) (handler-id unsigned-int)) -(defbinding (callback-closure-new "clg_callback_closure_new") () pointer +(deftype gclosure () 'pointer) + +(defbinding (callback-closure-new "clg_callback_closure_new") () gclosure (callback-id unsigned-int) (callback pointer) (destroy-notify pointer)) -- 2.11.0