Function
GtkClipboardTargetsReceivedFunc
Declaration
void
(* GtkClipboardTargetsReceivedFunc) (
GtkClipboard* clipboard,
GdkAtom* atoms,
gint n_atoms,
gpointer data
)
Description [src]
A function to be called when the results of gtk_clipboard_request_targets()
are received, or when the request fails.
Available since: | 2.4 |
Parameters
clipboard |
GtkClipboard |
The |
|
The data is owned by the caller of the function. | |
atoms |
An array of GdkAtom |
The supported targets,
as array of |
|
The argument can be NULL . | |
The length of the array is specified in the n_atoms argument. | |
The data is owned by the caller of the function. | |
n_atoms |
gint |
The length of the |
|
data |
gpointer |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |