chiark / gitweb /
Explicitly name GProxy as network-proxy
authorRupert Swarbrick <rswarbrick@gmail.com>
Wed, 29 Feb 2012 17:06:44 +0000 (17:06 +0000)
committerRupert Swarbrick <rswarbrick@gmail.com>
Wed, 29 Feb 2012 17:11:09 +0000 (17:11 +0000)
We already have a class in the namespace called proxy, so bad things
were happening.

gio/gio.lisp

index 3d23fa835c61c12689ba32a4925f13297fa1d519..991cabf7615ecf618ff16bae2355f2a6ef8a59dd 100644 (file)
@@ -35,7 +35,8 @@ (eval-when (:compile-toplevel :load-toplevel :execute)
 
 (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")