From fce7b22e646da2d74ab4cf76d270989a2b573e13 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 20 Jan 2009 12:28:29 +0000 Subject: [PATCH] fix docs on 'com-get-active-object-from-coclass', which accepts only one argument svn: r13235 --- collects/mysterx/scribblings/methprop.scrbl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/collects/mysterx/scribblings/methprop.scrbl b/collects/mysterx/scribblings/methprop.scrbl index 4d3300badf..ebc280e7d2 100644 --- a/collects/mysterx/scribblings/methprop.scrbl +++ b/collects/mysterx/scribblings/methprop.scrbl @@ -50,16 +50,14 @@ Like @scheme[cocreate-instance-from-coclass], but using a ProgID.} @deftogether[( -@defproc[(com-get-active-object-from-coclass [coclass string?] - [where (or/c (one-of/c 'local 'remote) string?) 'local]) +@defproc[(com-get-active-object-from-coclass [coclass string?]) com-object?] -@defproc[(gao/coclass [coclass string?] - [where (or/c (one-of/c 'local 'remote) string?) 'local]) +@defproc[(gao/coclass [coclass string?]) com-object?] )]{ Like @scheme[cocreate-instance-from-coclass], but gets an existing - active object instead of creating a new one.} + active object (always local) instead of creating a new one.} @defproc[(coclass [obj com-object?]) string?]{