docs: fix GtkWidget::size-allocate description

The documentation for the GtkWidget::size-allocate signal is missing the
description of the "allocation" parameter. Add the missing description
to the parameter.

https://bugzilla.gnome.org/show_bug.cgi?id=726179
This commit is contained in:
Marcus Karlsson 2014-04-08 22:40:01 +02:00 committed by Matthias Clasen
parent 983a03d5f8
commit 3d956db500

View File

@ -1779,7 +1779,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
/**
* GtkWidget::size-allocate:
* @widget: the object which received the signal.
* @allocation:
* @allocation: the region which has been allocated to the widget.
*/
widget_signals[SIZE_ALLOCATE] =
g_signal_new (I_("size-allocate"),