Package: gtk
Function gtk-clipboard-wait-is-image-available
Lambda Listgtk-clipboard-wait-is-image-available (clipboard) ArgumentsReturn ValueTrue if there is an image available, false otherwise. Details
Test to see if there is an image available to be pasted.
This is done by requesting the "TARGETS" atom and checking if it contains
any of the supported image targets. This function waits for the data to be
received using the main loop, so events, timeouts, etc, may be dispatched
during the wait. This function is a little faster than calling the gtk-clipboard-wait-for-image function since it does not need to retrieve the actual image data. | See also |
2021-10-6