summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-10-08 05:01:09 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-10-08 05:01:09 +0000
commitd85ec9a0624b140b42dfb7740bfc155e6d633463 (patch)
tree333645bf487678eecefa7eb6f3b27f6b1d82c244 /gtk/gtktreeselection.h
parentb6c2df953dc50f009c8e15a77c35414940a106cc (diff)
downloadgtk+-d85ec9a0624b140b42dfb7740bfc155e6d633463.tar.gz
remove unused enum
2001-10-08 Havoc Pennington <hp@pobox.com> * demos/gtk-demo/stock_browser.c: remove unused enum * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node): pass the current selection state of the node in to the user selection func
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 11286bdabf..2ef1a31e7b 100644
--- a/gtk/gtktreeselection.h
+++ b/gtk/gtktreeselection.h
@@ -37,6 +37,7 @@ extern "C" {
typedef gboolean (* GtkTreeSelectionFunc) (GtkTreeSelection *selection,
GtkTreeModel *model,
GtkTreePath *path,
+ gboolean path_currently_selected,
gpointer data);
typedef void (* GtkTreeSelectionForeachFunc) (GtkTreeModel *model,
GtkTreePath *path,