X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/1ce06bbeade40203009d315924b486eeb9e8a3be..48ae54dbd59d9f9787059c58976fdf9dbc9cdcb5:/glib/gboxed.lisp diff --git a/glib/gboxed.lisp b/glib/gboxed.lisp index e6e8e8f..4b36115 100644 --- a/glib/gboxed.lisp +++ b/glib/gboxed.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gboxed.lisp,v 1.15 2005/02/09 22:59:03 espen Exp $ +;; $Id: gboxed.lisp,v 1.16 2005/02/14 00:44:26 espen Exp $ (in-package "GLIB") @@ -112,7 +112,7 @@ (register-derivable-type 'boxed "GBoxed" 'expand-boxed-type) -;;;; Zero terminated vector of strings +;;;; NULL terminated vector of strings -(deftype strings () '(vector-null string)) +(deftype strings () '(null-terminated-vector string)) (register-type 'strings "GStrv")