get_row_static
Description:
[ CCode ( array_length = false , array_null_terminated = true , cname = "dee_model_get_row" ) ]
public unowned Variant[] get_row_static (ModelIter iter, Variant[] out_row_members)
public unowned Variant[] get_row_static (ModelIter iter, Variant[] out_row_members)
Parameters:
this |
A Model to get a row from |
iter |
A ModelIter pointing to the row to get |
out_row_members |
An array of variants with a length bigger than or equal to the number of columns in this, or |
Returns:
|