]> Pileus Git - ~andy/gtk/commitdiff
clean up a little
authorOwen Taylor <otaylor@src.gnome.org>
Fri, 8 Feb 2002 03:25:31 +0000 (03:25 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 8 Feb 2002 03:25:31 +0000 (03:25 +0000)
gtk/gtkspinbutton.h

index 0e2a104ba6fe9b1409992063d35dee86cdc23dee..86cedf9590773de803a892c97de0a48a89800792 100644 (file)
@@ -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);
 };