gtkSelectionDataTargetsIncludeUri {RGtk2}R Documentation

gtkSelectionDataTargetsIncludeUri

Description

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.

Usage

gtkSelectionDataTargetsIncludeUri(object)

Arguments

object [GtkSelectionData] a GtkSelectionData object

Details

Since 2.10

Value

[logical] TRUE if selection.data holds a list of targets, and a suitable target for text is included, otherwise FALSE.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]