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 3d23fa8..991cabf 100644 (file)
@@ -35,7 +35,8 @@
 
 (define-types-in-library gio "libgio-2.0"
   ("GIOErrorEnum" :type io-error)
 
 (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")
 
 
 (define-types-in-library gio "gio-alien")