Fix a typo in the docs

gtk-doc complains about parameter name mismatches.
This commit is contained in:
Matthias Clasen 2015-03-13 21:40:27 -04:00
parent a7ef117b4a
commit c93d66c8a7

View File

@ -7138,7 +7138,7 @@ gtk_label_get_xalign (GtkLabel *label)
/** /**
* gtk_label_set_yalign: * gtk_label_set_yalign:
* @label: a #GtkLabel * @label: a #GtkLabel
* @xalign: the new yalign value, between 0 and 1 * @yalign: the new yalign value, between 0 and 1
* *
* Sets the #GtkLabel:yalign property for @label. * Sets the #GtkLabel:yalign property for @label.
* *