projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bd4c91
)
Correct type of pointer slot of g-object: release will set it to NIL
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Thu, 29 Oct 2009 12:30:36 +0000
(15:30 +0300)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Thu, 29 Oct 2009 12:30:36 +0000
(15:30 +0300)
glib/gobject.object.high.lisp
patch
|
blob
|
history
diff --git
a/glib/gobject.object.high.lisp
b/glib/gobject.object.high.lisp
index
80399b8
..
f1cca2e
100644
(file)
--- a/
glib/gobject.object.high.lisp
+++ b/
glib/gobject.object.high.lisp
@@
-2,7
+2,7
@@
(defclass g-object ()
((pointer
- :type cffi:foreign-pointer
+ :type (or null cffi:foreign-pointer)
:initarg :pointer
:accessor pointer
:initform nil)