Selections.dataSet

Stores new data into a GtkSelectionData object. Should only be called from a selection handler callback. Zero-terminates the stored data.

class Selections
static
void
dataSet

Parameters

selectionData GtkSelectionData*

a pointer to a GtkSelectionData structure.

type GdkAtom

the type of selection data

format int

format (number of bits in a unit)

data char[]

pointer to the data (will be copied). [array length=length]

Meta