get-clipboard-data in clipboard<%>
Gets the current clipboard contents in a specific format, returning
#f if the clipboard does not contain data in the requested
format.
If the clipboard client is associated to an eventspace that is not the
current one, the data is retrieved through a callback event in the
client's eventspace. If no result is available within one second, the
request is abandoned and #f is returned.
(-> byte string orsenda-clipboardget-clipboard-dataformattime)#f
format: string
time: exact integerThe
formatstring is typically four capital letters. (Under Mac OS X, only four characters forformatare ever used.) For example,"TEXT"is the name of the UTF-8-encoded string format. New format names can be used to communicate application- and platform-specific data formats.See Cut and Paste for a discussion of the
timeargument. Iftimeis outside the platform-specific range of times, anexn:fail:contractexception is raised.