Selections.dataTargetsIncludeUri

Given a GtkSelectionData object holding a list of targets, determines if any of the targets in targets can be used to provide a list or URIs. Since 2.10

class Selections
static
int
dataTargetsIncludeUri

Parameters

selectionData GtkSelectionData*

a GtkSelectionData object

Return Value

Type: int

TRUE if selection_data holds a list of targets, and a suitable target for URI lists is included, otherwise FALSE.

Meta