From a8cb9408e054abf38cc2777ed133e002fffc9a46 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Tue, 28 Dec 2004 20:30:06 +0000 Subject: [PATCH] Pathname registered as "gchararray" Organization: Straylight/Edgeware From: espen --- glib/gtype.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glib/gtype.lisp b/glib/gtype.lisp index 414dc41..e6850b6 100644 --- a/glib/gtype.lisp +++ b/glib/gtype.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: gtype.lisp,v 1.21 2004-11-19 13:02:51 espen Exp $ +;; $Id: gtype.lisp,v 1.22 2004-12-28 20:30:06 espen Exp $ (in-package "GLIB") @@ -255,6 +255,7 @@ (register-type 'long "glong") (register-type 'unsigned-long "gulong") (register-type 'single-float "gfloat") (register-type 'double-float "gdouble") +(register-type 'pathname "gchararray") (register-type 'string "gchararray") -- [mdw]