Move foreign library loading to gobject.init.lisp; separated gobject.type-info packag...
[cl-gtk2.git] / glib / gobject.gvalue.lisp
index 4162ee7..b5c92b9 100644 (file)
@@ -6,7 +6,7 @@
 @arg[value]{a C pointer to the GValue structure}
 @arg[type]{an integer specifying the GType}"
   (value (:pointer g-value))
-  (type g-type))
+  (type g-type-designator))
 
 (defun g-value-zero (g-value)
   "Initializes the GValue in \"unset\" state.