chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d168e72
)
Fixed a spelling error
author
espen
<espen>
Tue, 15 Aug 2000 18:20:07 +0000
(18:20 +0000)
committer
espen
<espen>
Tue, 15 Aug 2000 18:20:07 +0000
(18:20 +0000)
gtk/gtkobject.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtkobject.lisp
b/gtk/gtkobject.lisp
index 5bef67be2470c7d4dd776d5efbdae68589053483..715dcf371dea68cb3836d21dbb0438eba24d0674 100644
(file)
--- a/
gtk/gtkobject.lisp
+++ b/
gtk/gtkobject.lisp
@@
-15,7
+15,7
@@
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;; 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: gtkobject.lisp,v 1.
1 2000/08/14 16:44:54
espen Exp $
+;; $Id: gtkobject.lisp,v 1.
2 2000/08/15 18:20:07
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-78,7
+78,7
@@
(defun arg-value (arg &optional (type (type-from-number (arg-type arg))))
;; One should never call this function on an arg whose value is already set
(defun (setf arg-value)
(value arg &optional (type (type-from-number (arg-type arg))))
;; One should never call this function on an arg whose value is already set
(defun (setf arg-value)
(value arg &optional (type (type-from-number (arg-type arg))))
- (funcall (get-writer-func
a
tion type) value arg +arg-value-offset+)
+ (funcall (get-writer-function type) value arg +arg-value-offset+)
value)
(defun (setf return-arg-value)
value)
(defun (setf return-arg-value)