]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktreeviewcolumn.h
handle case where there are no rows in the model
[~andy/gtk] / gtk / gtktreeviewcolumn.h
index f1367caff790974c97d262abf0b7256bcf713158..bb5ca44be49be91e628e5e1fdbfdf822afe8414c 100644 (file)
@@ -64,7 +64,7 @@ struct _GtkTreeViewColumn
   gint min_width;
   gint max_width;
 
-  GtkTreeViewColumnFunc *func;
+  GtkTreeViewColumnFunc func;
   gpointer func_data;
   gchar *title;
   GtkCellRenderer *cell;