SelectionData.setUris

bool setUris(string[] uris)

Sets the contents of the selection from a list of URIs. The string is converted to the form determined by selection_data->target.

Since 3.24.37, this may involve using the FileTransfer portal to send files between sandboxed apps.

Parameters

urisa null-terminated array of strings holding URIs

Returns

true if the selection was successfully set,

otherwise false.