summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-06-29 07:28:08 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-06-29 07:28:08 +0000
commit1bbcf0394f0d871d875a330394c6cc07281a177d (patch)
tree9c1d7c6d3b3e0fde29d31acd294095ed80da1022 /gtk/gtktreeselection.h
parentdb93c6131e6f5c1c362628ebecedc78ee087778f (diff)
downloadgtk+-1bbcf0394f0d871d875a330394c6cc07281a177d.tar.gz
add path argument to selection callbacks.
Fri Jun 29 03:14:16 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): add path argument to selection callbacks.
Diffstat (limited to 'gtk/gtktreeselection.h')
-rw-r--r--gtk/gtktreeselection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktreeselection.h b/gtk/gtktreeselection.h
index 0d9351677f..82c2c3bb7b 100644
--- a/gtk/gtktreeselection.h
+++ b/gtk/gtktreeselection.h
@@ -45,6 +45,7 @@ typedef gboolean (* GtkTreeSelectionFunc) (GtkTreeSelection *selection,
GtkTreePath *path,
gpointer data);
typedef void (* GtkTreeSelectionForeachFunc) (GtkTreeModel *model,
+ GtkTreePath *path,
GtkTreeIter *iter,
gpointer data);