get_uris


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "2.6" ) ]
public string[] get_uris ()

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.

Parameters:

this

a SelectionData

Returns:

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