Function

Gtktargets_include_uri

since: 2.10

Declaration [src]

gboolean
gtk_targets_include_uri (
  GdkAtom* targets,
  gint n_targets
)

Description [src]

Determines if any of the targets in targets can be used to provide an uri list.

Available since: 2.10

Parameters

targets

Type: An array of GdkAtom

An array of GdkAtoms.

The length of the array is specified in the n_targets argument.
The data is owned by the caller of the function.
n_targets

Type: gint

The length of targets.

Return value

Type: gboolean

TRUE if targets include a suitable target for uri lists, otherwise FALSE.