From 7c9561c0e8e82453752c786a0cbe2e1fcb249534 Mon Sep 17 00:00:00 2001 From: espen Date: Wed, 17 Oct 2007 14:33:50 +0000 Subject: [PATCH] PATHNAME correctly registered as an alias type the foreign gchararray --- glib/gtype.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/gtype.lisp b/glib/gtype.lisp index 52a9ea4..8da0bab 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 '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 -- 2.11.0