summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-02-21 19:59:23 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-02-21 19:59:23 +0000
commit334a40e8939c84d9f164677524e3b265fc801eda (patch)
treee7b8a2d92e763a0238cc8fff48c67c2e319a98dc /gtk/gtktreemodel.h
parente1e093fa4449b77323c835ec30b97cf535d6c766 (diff)
downloadgtk+-334a40e8939c84d9f164677524e3b265fc801eda.tar.gz
Changed name to be set_cell_data_func to make it clear what the functino
Wed Feb 21 14:23:05 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func): Changed name to be set_cell_data_func to make it clear what the functino does. Close bug #51069. Tue Feb 20 16:49:00 2001 Jonathan Blandford <jrb@redhat.com> * gtk/testgtk.c (main): Remove turning on of profiling malloc, have memory actually freed. Keeps box running longer.
Diffstat (limited to 'gtk/gtktreemodel.h')
-rw-r--r--gtk/gtktreemodel.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/gtktreemodel.h b/gtk/gtktreemodel.h
index f84b19ff32..4599731b43 100644
--- a/gtk/gtktreemodel.h
+++ b/gtk/gtktreemodel.h
@@ -57,10 +57,6 @@ struct _GtkTreeModelIface
GTypeInterface g_iface;
/* Signals */
- /* Currently unimplemented as interfaces do not support signals yet, so
- * objects implementing this interface need this. Later, it will be moved
- * back here.
- */
void (* changed) (GtkTreeModel *tree_model,
GtkTreePath *path,
GtkTreeIter *iter);
@@ -76,7 +72,7 @@ struct _GtkTreeModelIface
GtkTreePath *path,
gint *new_order);
- /* VTable - not signals */
+ /* Virtual Table */
GtkTreeModelFlags (* get_flags) (GtkTreeModel *tree_model);
gint (* get_n_columns) (GtkTreeModel *tree_model);