forked from AuroraMiddleware/gtk
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:
parent
983a03d5f8
commit
3d956db500
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user