mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
clean up a little
This commit is contained in:
parent
b0c6f4f27b
commit
d13fe604bd
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user