chiark / gitweb /
Fix to avoid having to rely on internal _get_type functions
[clg] / gdk / gdktypes.lisp
index 6cfbc7fb6b1d15a4cc1fee397cd2fc28a82220ad..1168b55cad2a108d6f6ca146a86152b6e992b258 100644 (file)
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gdktypes.lisp,v 1.16 2005-03-06 17:26:22 espen Exp $
+;; $Id: gdktypes.lisp,v 1.17 2005-03-11 10:56:56 espen Exp $
 
 (in-package "GDK")
 
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (init-types-in-library #.(concatenate 'string
                            (pkg-config:pkg-variable "gtk+-2.0" "libdir")
-                           "/libgdk-x11-2.0.so") :prefix ("gdk_" "_gdk_"))
+                           "/libgdk-x11-2.0.so") :prefix "gdk_")
   (init-types-in-library #.(concatenate 'string
                            (pkg-config:pkg-variable "gtk+-2.0" "libdir")
                            "/libgdk_pixbuf-2.0.so") :prefix "gdk_"))