Package: gtk
Function gtk:clipboard-wait-for-targets
Lambda Listgtk:clipboard-wait-for-targets (clipboard targets n-targets) ArgumentsReturn ValueTrue if any targets are present on the clipboard, otherwise false. Details Returns a list of targets that are present on the clipboard, or nil
if there are not any targets available.
This function waits for the data to be received using the main loop, so
events, timeouts, etc, may be dispatched during the wait. | See also |
#2023-3-16