DataModel.setValueAt

Modifies a value in model, at (col, row).

Upon errors FALSE will be returned and error will be assigned a #GError from the #GDA_DATA_MODEL_ERROR domain.

interface DataModel
bool
setValueAt

Parameters

col int

column number.

row int

row number.

value gobject.value.Value

a #GValue (not null)

Return Value

Type: bool

TRUE if the value in the data model has been updated and no error occurred

Throws