[ CCode ( type_id = "gtk_slice_list_model_get_type ()" ) ]
public sealed class SliceListModel : Object, ListModel, SectionModel
A list model that presents a slice of another model.
This is useful when implementing paging by setting the size to the number of elements per page and updating the offset whenever a different page is opened.
`GtkSliceListModel` passes through sections from the underlying model.