From 143745719347729362b1aa8e431ea4678bf4e4da Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Thu, 1 Nov 2012 22:17:43 +0100 Subject: [PATCH] Fix missing G-ERROR foreign type. --- glib/glib.gerror.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glib/glib.gerror.lisp b/glib/glib.gerror.lisp index 65019c0..9585096 100644 --- a/glib/glib.gerror.lisp +++ b/glib/glib.gerror.lisp @@ -4,6 +4,7 @@ (:domain g-quark) (:code :int) (:message (:string :free-from-foreign nil))) +(defctype g-error (:struct g-error)) (defcfun g-error-new-literal :pointer (domain g-quark) @@ -74,4 +75,4 @@ ;; void g_propagate_prefixed_error (GError **dest, ;; GError *src, ;; const gchar *format, -;; ...); \ No newline at end of file +;; ...); -- 1.7.10.4