Method

GtkSelectionDatatargets_include_uri

since: 2.10

Declaration [src]

gboolean
gtk_selection_data_targets_include_uri (
  const GtkSelectionData* selection_data
)

Description [src]

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.

Available since: 2.10

Return value

Type: gboolean

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