Selections.dataGetUris

Gets the contents of the selection data as array of URIs. Since 2.6

class Selections
static
string[]
dataGetUris

Parameters

selectionData GtkSelectionData*

a GtkSelectionData

Return Value

Type: string[]

if the selection data contains a list of URIs, a newly allocated NULL-terminated string array containing the URIs, otherwise NULL. If the result is non-NULL it must be freed with g_strfreev(). [array zero-terminated=1][element-type utf8][transfer full]

Meta