SelectionData.getUris

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

class SelectionData
string[]
getUris
()

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().

Meta