mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 13:20:26 +02:00
Export <slot> from GOOPS
* module/oop/goops.scm (<slot>): Export. This is the way to tell if you have new GOOPS or not: whether <slot> is defined.
This commit is contained in:
parent
d21ef26838
commit
193e2c52dc
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
<class> <object>
|
<class> <object>
|
||||||
|
|
||||||
;; Slot types.
|
;; Slot types.
|
||||||
|
<slot>
|
||||||
<foreign-slot> <protected-slot> <hidden-slot> <opaque-slot>
|
<foreign-slot> <protected-slot> <hidden-slot> <opaque-slot>
|
||||||
<read-only-slot> <self-slot> <protected-opaque-slot>
|
<read-only-slot> <self-slot> <protected-opaque-slot>
|
||||||
<protected-hidden-slot> <protected-read-only-slot>
|
<protected-hidden-slot> <protected-read-only-slot>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue