ListModel.newv
Description:
[ CCode ( cname = "clutter_list_model_newv" , has_construct_function = false , type = "ClutterModel*" ) ]
public ListModel.newv (Type[] types, string[] names)
public ListModel.newv (Type[] types, string[] names)
Non-vararg version of ListModel.
Note:
Use ListStore instead
This function is useful for language bindings.
Parameters:
types |
an array of Type types for the columns, from first to last |
names |
an array of names for the columns, from first to last |
n_columns |
number of columns in the model |
Returns:
a new default Model |