chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7875d05
)
Pathname registered as "gchararray"
author
espen
<espen>
Tue, 28 Dec 2004 20:30:06 +0000
(20:30 +0000)
committer
espen
<espen>
Tue, 28 Dec 2004 20:30:06 +0000
(20:30 +0000)
glib/gtype.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gtype.lisp
b/glib/gtype.lisp
index 68041e57628714dd34d22748a0633d2bb8a1f589..d6e4c5f63a577ab3b6316bcd5c8e9c1c7aca7ccd 100644
(file)
--- 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
;; 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.2
1 2004/11/19 13:02:51
espen Exp $
+;; $Id: gtype.lisp,v 1.2
2 2004/12/28 20:30:06
espen Exp $
(in-package "GLIB")
(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 'unsigned-long "gulong")
(register-type 'single-float "gfloat")
(register-type 'double-float "gdouble")
+(register-type 'pathname "gchararray")
(register-type 'string "gchararray")
(register-type 'string "gchararray")