SelectionData.getUris

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

Since 3.24.37, this may involve using the FileTransfer portal to send files between sandboxed apps.

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 glib.global.strfreev.