mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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
|
||||
|
||||
@menu
|
||||
* Administrative Functions::
|
||||
* GOOPS Error Handling::
|
||||
* Object Comparisons::
|
||||
* Cloning Objects::
|
||||
* Write and Display::
|
||||
@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
|
||||
@subsection Error Handling
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
define-generic define-accessor define-method
|
||||
define-extended-generic define-extended-generics
|
||||
method)
|
||||
:export (goops-version is-a? class-of
|
||||
:export (is-a? class-of
|
||||
ensure-metaclass ensure-metaclass-with-supers
|
||||
make-class
|
||||
make-generic ensure-generic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue