Skip to content

list widgets: Simplify the constructors

Matthias Clasen requested to merge listview-constructors into master

Now that both arguments to the _new_with_factory() constructors are nullable, there's no good reason to keep a separate _new() around. Just make gtk_list_view_new() and gtk_grid_view_new() take both a model and a factory.

Merge request reports