chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c854aac
)
Bug fix
author
espen
<espen>
Fri, 7 Sep 2007 07:32:26 +0000
(07:32 +0000)
committer
espen
<espen>
Fri, 7 Sep 2007 07:32:26 +0000
(07:32 +0000)
glib/gerror.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gerror.lisp
b/glib/gerror.lisp
index 4010ae2a1711e2f1f43c12d2748bb110b0c91d05..69b39e9fcdbae07809cf54187d58a973a8b0b2b7 100644
(file)
--- a/
glib/gerror.lisp
+++ b/
glib/gerror.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gerror.lisp,v 1.
7 2006-04-28 08:27:22
espen Exp $
+;; $Id: gerror.lisp,v 1.
8 2007-09-07 07:32:26
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-30,8
+30,8
@@
(defclass gerror (struct)
(code :allocation :alien :type int :reader gerror-code)
(message :allocation :alien :type string :reader gerror-message))
(:metaclass struct-class)
(code :allocation :alien :type int :reader gerror-code)
(message :allocation :alien :type string :reader gerror-message))
(:metaclass struct-class)
- (:ref gerror-copy)
- (:unref gerror-free))
+ (:ref
%
gerror-copy)
+ (:unref
%
gerror-free))
(defbinding (%gerror-copy "g_error_copy") () pointer
(location pointer))
(defbinding (%gerror-copy "g_error_copy") () pointer
(location pointer))