From 2c0a3ce122a03f76cfd1e49b8bb08bb04b7b0b47 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 4cb9113..4a48777 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