Description Usage Arguments Details Value Author(s)
Test to see if there is a list of URIs available to be pasted This is done by requesting the TARGETS atom and checking if it contains the URI targets. This function waits for the data to be received using the main loop, so events, timeouts, etc, may be dispatched during the wait.
1 | gtkClipboardWaitIsUrisAvailable(object)
|
|
a |
This function is a little faster than calling
gtkClipboardWaitForUris
since it doesn't need to retrieve
the actual URI data.
Since 2.14
[logical] TRUE
is there is an URI list available, FALSE
otherwise.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.