mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
Remove goops-version, which is no longer defined
* doc/ref/goops.texi (Administrative Functions): Removed. * module/oop/goops.scm (oop): Don't export `goops-version'.
This commit is contained in:
parent
a8f8d5b11f
commit
3dc071e483
2 changed files with 1 additions and 11 deletions
|
@ -1728,22 +1728,12 @@ Return an expression that prints to show the definition of method
|
||||||
@section Miscellaneous Functions
|
@section Miscellaneous Functions
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Administrative Functions::
|
|
||||||
* GOOPS Error Handling::
|
* GOOPS Error Handling::
|
||||||
* Object Comparisons::
|
* Object Comparisons::
|
||||||
* Cloning Objects::
|
* Cloning Objects::
|
||||||
* Write and Display::
|
* Write and Display::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Administrative Functions
|
|
||||||
@subsection Administration Functions
|
|
||||||
|
|
||||||
This section describes administrative, non-technical GOOPS functions.
|
|
||||||
|
|
||||||
@deffn primitive goops-version
|
|
||||||
Return the current GOOPS version as a string, for example ``0.2''.
|
|
||||||
@end deffn
|
|
||||||
|
|
||||||
@node GOOPS Error Handling
|
@node GOOPS Error Handling
|
||||||
@subsection Error Handling
|
@subsection Error Handling
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
define-generic define-accessor define-method
|
define-generic define-accessor define-method
|
||||||
define-extended-generic define-extended-generics
|
define-extended-generic define-extended-generics
|
||||||
method)
|
method)
|
||||||
:export (goops-version is-a? class-of
|
:export (is-a? class-of
|
||||||
ensure-metaclass ensure-metaclass-with-supers
|
ensure-metaclass ensure-metaclass-with-supers
|
||||||
make-class
|
make-class
|
||||||
make-generic ensure-generic
|
make-generic ensure-generic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue