From: Rupert Swarbrick Date: Wed, 29 Feb 2012 17:06:44 +0000 (+0000) Subject: Explicitly name GProxy as network-proxy X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/381d1da76043a6b37d9c7715ba6c211ec5d113b4 Explicitly name GProxy as network-proxy We already have a class in the namespace called proxy, so bad things were happening. --- diff --git a/gio/gio.lisp b/gio/gio.lisp index 3d23fa8..991cabf 100644 --- a/gio/gio.lisp +++ b/gio/gio.lisp @@ -35,7 +35,8 @@ (define-types-in-library gio "libgio-2.0" ("GIOErrorEnum" :type io-error) - ("GIOModule" :ignore t)) + ("GIOModule" :ignore t) + ("GProxy" :type network-proxy)) (define-types-in-library gio "gio-alien")