ui/gtk/model.h

changeset 140
c03c338a7dcf
parent 40
caa0df8ed095
child 142
46448d38885c
--- 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

mercurial