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)

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 null . If you pass null here a new array will be allocated for you. The returned variants will have a non-floating reference

Returns:

out_row_members if it was not null or a newly allocated array otherwise which you must free with g_free. The variants in the array will have a strong reference and needs to be freed with g_variant_unref.