X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=glib%2Fglib.gerror.lisp;fp=glib%2Fglib.gerror.lisp;h=95850968d8b7d01f446491f7ca2cb836b3036c90;hb=143745719347729362b1aa8e431ea4678bf4e4da;hp=65019c0bb39ac36257c74d0cd82852ae60229890;hpb=6950e782a8e1d7aea44e29cc25ba070d913642b0;p=cl-gtk2.git 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 +;; ...);