Method
GtkSelectionDataget_uris
Declaration [src]
gchar**
gtk_selection_data_get_uris (
const GtkSelectionData* selection_data
)
Return value
Returns: | An array of utf8 |
If
the selection data contains a list of
URIs, a newly allocated |
|
The array is NULL -terminated. | |
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
Each element is a NUL terminated UTF-8 string. |