DataModel.appendRow

Appends a row to the given data model.

class DataModel
appendRow

Parameters

values ListG

GList of GdaValue* representing the row to add. The length must match model's column count. These GdaValue are value-copied. The user is still responsible for freeing them.

Return Value

Type: Row

the added row.

Meta