Package: gtk

Function gtk-clipboard-request-uris

Lambda List

gtk-clipboard-request-uris (clipboard func)

Arguments

clipboard -- a gtk-clipboard object
func -- a gtk-clipboard-uri-received-func callback function to call when the URIs are received, or the retrieval fails, it will always be called one way or the other

Details

Requests the contents of the clipboard as URIs. When the URIs are later received the callback function will be called.

The uris parameter to the callback function will contain the resulting foreign C array of URIs if the request succeeded, or null-pointer if it failed. This could happen for various reasons, in particular if the clipboard was empty or if the contents of the clipboard could not be converted into URI form.
 

See also

2021-10-6