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.

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.

Meta