gtkSelectionDataGetUris {RGtk2}R Documentation

gtkSelectionDataGetUris

Description

Gets the contents of the selection data as list of URIs.

Usage

gtkSelectionDataGetUris(object)

Arguments

object [GtkSelectionData] a GtkSelectionData

Details

Since 2.6

Value

[character] if the selection data contains a list of URIs, a newly allocated string list containing the URIs, otherwise NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]