ClipboardURIReceivedFunc


Description:


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+-2.0