Selections.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 Selections
static
int
dataSetUris

Parameters

selectionData GtkSelectionData*

a GtkSelectionData

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