Function
GtkClipboardURIReceivedFunc
Declaration
void
(* GtkClipboardURIReceivedFunc) (
GtkClipboard* clipboard,
gchar** uris,
gpointer data
)
Description [src]
A function to be called when the results of
gtk_clipboard_request_uris()
are received, or when the request fails.
Available since: | 2.14 |
Parameters
clipboard |
GtkClipboard |
The |
|
The data is owned by the caller of the function. | |
uris |
An array of gchar* |
The received URIs. |
|
The array must be NULL -terminated. | |
The data is owned by the caller of the function. | |
Each element is a NUL terminated UTF-8 string. | |
data |
gpointer |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |