mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
removed a trailing GTK_TYPE_WIDGET for the need_resize signal.
-timj quartic: this didn't show up in release_1_0 for some reason
This commit is contained in:
parent
cb6412978c
commit
f9e5e12bcc
@ -166,8 +166,7 @@ gtk_container_class_init (GtkContainerClass *class)
|
||||
object_class->type,
|
||||
GTK_SIGNAL_OFFSET (GtkContainerClass, need_resize),
|
||||
gtk_container_marshal_signal_4,
|
||||
GTK_TYPE_BOOL, 0,
|
||||
GTK_TYPE_WIDGET);
|
||||
GTK_TYPE_BOOL, 0);
|
||||
container_signals[FOREACH] =
|
||||
gtk_signal_new ("foreach",
|
||||
GTK_RUN_FIRST,
|
||||
|
Loading…
Reference in New Issue
Block a user