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:
d5dae79
)
Initarg :construct renamed to :construct-only
author
espen
<espen>
Thu, 9 Feb 2006 22:29:43 +0000
(22:29 +0000)
committer
espen
<espen>
Thu, 9 Feb 2006 22:29:43 +0000
(22:29 +0000)
glib/ginterface.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/ginterface.lisp
b/glib/ginterface.lisp
index 612586faaa1d173f91921787956e12645766341c..a7c0f54035c0ea23261b8c175e5abaeb49aaf573 100644
(file)
--- a/
glib/ginterface.lisp
+++ b/
glib/ginterface.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: ginterface.lisp,v 1.1
2 2005/04/23 16:48:50
espen Exp $
+;; $Id: ginterface.lisp,v 1.1
3 2006/02/09 22:29:43
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-54,7
+54,7
@@
(defmethod compute-effective-slot-definition-initargs ((class ginterface-class)
(most-specific-slot-value direct-slotds 'pname))
:readable (most-specific-slot-value direct-slotds 'readable)
:writable (most-specific-slot-value direct-slotds 'writable)
(most-specific-slot-value direct-slotds 'pname))
:readable (most-specific-slot-value direct-slotds 'readable)
:writable (most-specific-slot-value direct-slotds 'writable)
- :construct (most-specific-slot-value direct-slotds 'construct))
+ :construct
-only
(most-specific-slot-value direct-slotds 'construct))
(call-next-method))
(call-next-method)))
(call-next-method))
(call-next-method)))