targets_include_uri

function targets_include_uri(targets:[Gdk.Atom]):Boolean {
    // Gjs wrapper for gtk_targets_include_uri()
}

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

Since 2.10

targets

an array of Gdk.Atom<!-- -->s

Returns

true if targets include a suitable target for uri lists, otherwise false.