SelectionData.dataSetUris

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

class SelectionData
int
dataSetUris
(
string[] uris
)

Parameters

uris string[]

a NULL-terminated array of strings holding URIs. [array zero-terminated=1]

Return Value

Type: int

TRUE if the selection was successfully set, otherwise FALSE.

Meta