summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2002-02-08 03:25:31 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-08 03:25:31 +0000
commitd13fe604bdf3557b55766c41503c725aa41ea5b8 (patch)
treeb0b6283723e1bdfabe38db2a3e8b2f27b5a212f2
parentb0c6f4f27b4ae5c4750ec241568aa280ed161f7e (diff)
downloadgtk+-d13fe604bdf3557b55766c41503c725aa41ea5b8.tar.gz
clean up a little
-rw-r--r--gtk/gtkspinbutton.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h
index 0e2a104ba6..86cedf9590 100644
--- a/gtk/gtkspinbutton.h
+++ b/gtk/gtkspinbutton.h
@@ -108,9 +108,9 @@ struct _GtkSpinButtonClass
gint (*output) (GtkSpinButton *spin_button);
void (*value_changed) (GtkSpinButton *spin_button);
- void (*change_value) (GtkSpinButton *spin,
- GtkScrollType scroll);
-
+ /* Action signals for keybindings, do not connect to these */
+ void (*change_value) (GtkSpinButton *spin_button,
+ GtkScrollType scroll);
};