diff -r dbde25a5bc53 -r c03c338a7dcf ui/gtk/model.h --- a/ui/gtk/model.h Tue Jan 24 18:46:47 2017 +0100 +++ b/ui/gtk/model.h Fri Nov 10 17:17:14 2017 +0100 @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 2013 Olaf Wintermann. All rights reserved. + * Copyright 2017 Olaf Wintermann. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -45,7 +45,7 @@ struct UiListModel { GObject object; UiModelInfo *info; - UiListPtr *list; + UiVar *var; GType *columntypes; int numcolumns; int stamp; @@ -59,7 +59,7 @@ /* * Creates a UiListModel for a given UiList */ -UiListModel* ui_list_model_new(UiListPtr *list, UiModelInfo *info); +UiListModel* ui_list_model_new(UiVar *var, UiModelInfo *info); // interface functions