gui doc corrections

svn: r13502

original commit: a8c8f9e8a142805783d5a50a37212efe5052d559
This commit is contained in:
Matthew Flatt 2009-02-09 14:01:38 +00:00
parent 523ee2d52e
commit 4cbcc2e2d0
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Creates a clipboard client that supports no data formats.
}
@defmethod[(add-type [format string])
@defmethod[(add-type [format string?])
void?]{
Adds a new data format name to the list supported by the clipboard
@ -28,7 +28,7 @@ Adds a new data format name to the list supported by the clipboard
}
@defmethod[(get-data [format string])
@defmethod[(get-data [format string?])
(or/c bytes? string? false/c)]{
Called when a process requests clipboard data while this client is the

View File

@ -45,7 +45,7 @@ See @|timediscuss| for a discussion of the @scheme[time] argument. If
@defmethod[(get-clipboard-data [format string]
[time (and/c exact? integer?)])
(or/c byte string false/c)]{
(or/c bytes? string? false/c)]{
Gets the current clipboard contents in a specific format, returning
@scheme[#f] if the clipboard does not contain data in the requested