Method
GtkSelectionDataget_data
since: 2.14
Declaration [src]
const guchar*
gtk_selection_data_get_data (
const GtkSelectionData* selection_data
)
Description [src]
Retrieves the raw data of the selection.
Available since: 2.14
This method is not directly available to language bindings.
The implementation of this method is provided by gtk_selection_data_get_data_with_length()
in language bindings.