Function
GtkClipboardImageReceivedFunc
since: 2.6
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-
Type:
GtkClipboardThe
GtkClipboard.The data is owned by the caller of the function. pixbuf-
Type:
GdkPixbufThe received image.
The data is owned by the caller of the function. data-
Type:
gpointerThe
user_datasupplied to gtk_clipboard_request_image().The argument can be NULL.The data is owned by the caller of the function.