ide_dnd_get_uri_list ()
gchar **
ide_dnd_get_uri_list (GtkSelectionData *selection_data
);
Create a list of valid uri's from a uri-list drop.
Returns
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.
[transfer full]