X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/8d5ac0cb974ca22a7d71f83f94865862db202885..1d1ff9a537adaf6e8d9e7896be480540d83589b4:/glib/gtype.lisp diff --git a/glib/gtype.lisp b/glib/gtype.lisp index 71d0fd7..4762a7a 100644 --- a/glib/gtype.lisp +++ b/glib/gtype.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtype.lisp,v 1.64 2007-06-25 21:31:09 espen Exp $ +;; $Id: gtype.lisp,v 1.65 2007-10-17 14:33:50 espen Exp $ (in-package "GLIB") @@ -437,8 +437,8 @@ (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") +(register-type-alias 'pathname 'string) ;;;; Introspection of type information