docstrings and g-type-designator
[cl-gtk2.git] / glib / gobject.boxed.lisp
index 80c96c4..aecec85 100644 (file)
@@ -1,17 +1,17 @@
 (in-package :gobject)
 
 (defcfun g-boxed-copy :pointer
-  (boxed-type g-type)
+  (boxed-type g-type-designator)
   (src-boxed :pointer))
 
 (defcfun g-boxed-free :void
-  (boxed-type g-type)
+  (boxed-type g-type-designator)
   (boxed :pointer))
 
-(defcfun g-boxed-type-register-static g-type
+(defcfun g-boxed-type-register-static g-type-designator
   (name :string)
   (copy-fn :pointer)
   (free-fn :pointer))
 
-(defcfun g-pointer-type-register-static g-type
+(defcfun g-pointer-type-register-static g-type-designator
   (name :string))
\ No newline at end of file