widget: Fix size-allocate signal docs

This commit is contained in:
Timm Bäder 2018-11-13 20:54:18 +01:00
parent 359d874ddb
commit c65c6ba11f

View File

@ -1467,8 +1467,8 @@ gtk_widget_class_init (GtkWidgetClass *klass)
/** /**
* GtkWidget::size-allocate: * GtkWidget::size-allocate:
* @widget: the object which received the signal. * @widget: the object which received the signal.
* @allocation: (type Gtk.Allocation): the region which has been * @width: the content width of the widget
* allocated to the widget. * @height: the content height of the widget
* @baseline: the baseline * @baseline: the baseline
*/ */
widget_signals[SIZE_ALLOCATE] = widget_signals[SIZE_ALLOCATE] =