DataProxy.getValues

Retrieve a whole list of values from the proxy data model. This function calls gda_data_proxy_get_value() for each column index specified in cols_index, and generates a #GSList on the way.

class DataProxy
getValues
(,
int[] colsIndex
)

Parameters

proxyRow int

a proxy row

colsIndex int[]

array containing the columns for which the values are requested

Return Value

Type: gobject.value.Value[]

a new list of values (the list must be freed, not the values), or null if an error occurred