ClipboardURIReceivedFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "2.14" ) ]
public delegate void ClipboardURIReceivedFunc (Clipboard clipboard, string[] uris)

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

Parameters:

clipboard

the Clipboard

uris

the received URIs

data

the user_data supplied to request_uris.


Namespace: Gtk
Package: gtk+-3.0