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 68041e57628714dd34d22748a0633d2bb8a1f589..d6e4c5f63a577ab3b6316bcd5c8e9c1c7aca7ccd 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")