X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=glib%2Fgobject.object-function.lisp;fp=glib%2Fgobject.object-function.lisp;h=a3cf4b93ed3b6e99e32359b4119e0a6b80aa95d9;hb=44b7d0157ee74ec0565821064419b90cf0ab3050;hp=7c17fafe2d90ae246741180f425fa44d90523aae;hpb=42a43abcac1e98563cb5719142206b8bd35f42ac;p=cl-gtk2.git diff --git a/glib/gobject.object-function.lisp b/glib/gobject.object-function.lisp index 7c17faf..a3cf4b9 100644 --- a/glib/gobject.object-function.lisp +++ b/glib/gobject.object-function.lisp @@ -3,6 +3,7 @@ (defcstruct object-func-ref (:object :pointer) (:fn-id :int)) +(defctype object-func-ref (:struct object-func-ref)) (defmacro define-cb-methods (name return-type (&rest args)) (flet ((make-name (control-string) (intern (format nil control-string (symbol-name name)) (symbol-package name))))