[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( deprecated = true ) ]
public string[] dnd_get_uri_list (SelectionData selection_data)
Warning: dnd_get_uri_list is deprecated.
Create a list of valid uri's from a uri-list drop.
Use get_uris instead; it is exactly the same.
selection_data |
the SelectionData from drag_data_received |
a string array which will hold the uris or null if there were no valid uris. g_strfreev should be used when the string array is no longer used |