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:
GtkClipboard
The
GtkClipboard
.The data is owned by the caller of the function. pixbuf
-
Type:
GdkPixbuf
The received image.
The data is owned by the caller of the function. data
-
Type:
gpointer
The
user_data
supplied to gtk_clipboard_request_image().The argument can be NULL
.The data is owned by the caller of the function.