ClipboardImageReceivedFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "2.6" ) ]
public delegate void ClipboardImageReceivedFunc (Clipboard clipboard, Pixbuf pixbuf)

A function to be called when the results of request_image are received, or when the request fails.

Parameters:

clipboard

the Clipboard

pixbuf

the received image

data

the user_data supplied to request_image.


Namespace: Gtk
Package: gtk+-3.0