X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fskeleton.lisp;h=0699720de251e0c477c38316577f0b0a78be179c;hb=30479689751d0231111787728ac4cf4eab293e0e;hp=9b110e307dc10fbbde0295b7e14beb307c9bfbf2;hpb=bf18f68cc8c11f186fc63df664646402e38e0204;p=cl-gtk2.git diff --git a/doc/skeleton.lisp b/doc/skeleton.lisp index 9b110e3..0699720 100644 --- a/doc/skeleton.lisp +++ b/doc/skeleton.lisp @@ -198,6 +198,7 @@ (defun type-string-f (type) (let ((l (ensure-list type))) (case (first l) + (glib:gstrv "list of @code{string}") ((:string glib:g-string) "@code{string}") ((:int :uint :long :ulong :char :uchar :int64 :uint64) "@code{integer}") ((:boolean :bool) "@code{boolean}") @@ -213,6 +214,7 @@ (defun type-string-s (type) (cond + ((g-type= type "GStrv") "list of @code{string}") ((g-type= type +g-type-string+) "@code{string}") ((g-type= type +g-type-boolean+) "@code{boolean}") ((g-type= type +g-type-float+) "@code{single-float}")