base_model


Description:

[ NoAccessorMethod ]
[ Version ( since = "3.30" ) ]
public ListModel base_model { construct; }

The "base-model" property is the ListModel that will be wrapped.

This base model is not accessible after creation so that API creators can be sure the consumer cannot mutate the underlying model. That is useful when you want to give a caller access to a ListModel without the ability to introspect on the type and mutate it without your knowledge (such as with ListStore).