chiark / gitweb /
Pathname registered as "gchararray"
authorespen <espen>
Tue, 28 Dec 2004 20:30:06 +0000 (20:30 +0000)
committerespen <espen>
Tue, 28 Dec 2004 20:30:06 +0000 (20:30 +0000)
glib/gtype.lisp

index 414dc410c63251249332d0e22a6a15e29ee29fd9..e6850b6a56b7b1deb77342e6901b85ae6ddc230c 100644 (file)
@@ -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")