Function
GtkClipboardImageReceivedFunc
Declaration
void
(* GtkClipboardImageReceivedFunc) (
GtkClipboard* clipboard,
GdkPixbuf* pixbuf,
gpointer data
)
Description [src]
A function to be called when the results of gtk_clipboard_request_image()
are received, or when the request fails.
Available since: | 2.6 |
Parameters
clipboard |
GtkClipboard |
The |
|
The data is owned by the caller of the function. | |
pixbuf |
GdkPixbuf |
The received image. |
|
The data is owned by the caller of the function. | |
data |
gpointer |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |