Mapped lisp type gclosure to foreign type GClosure
authorespen <espen>
Sun, 24 Apr 2005 13:25:31 +0000 (13:25 +0000)
committerespen <espen>
Sun, 24 Apr 2005 13:25:31 +0000 (13:25 +0000)
glib/gcallback.lisp

index 4cb9113..4a48777 100644 (file)
@@ -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")
 
   (handler-id unsigned-int))
 
 (deftype gclosure () 'pointer)
+(register-type 'gclosure "GClosure")
 
 (defbinding (callback-closure-new "clg_callback_closure_new") () gclosure
   (callback-id unsigned-int)