;; 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")
-;;;; 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")