SelectionData.setUris

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.

class SelectionData
bool
setUris
(
string[] uris
)

Parameters

uris string[]

a null-terminated array of strings holding URIs

Return Value

Type: bool

true if the selection was successfully set, otherwise false.