mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
gtk_label_set_yalign(): Fix xalign/yalign typo in parameter name.
This commit is contained in:
parent
c2aff4ab6e
commit
66d25c4a06
@ -222,7 +222,7 @@ gfloat gtk_label_get_xalign (GtkLabel *label);
|
||||
|
||||
GDK_AVAILABLE_IN_3_16
|
||||
void gtk_label_set_yalign (GtkLabel *label,
|
||||
gfloat xalign);
|
||||
gfloat yalign);
|
||||
|
||||
GDK_AVAILABLE_IN_3_16
|
||||
gfloat gtk_label_get_yalign (GtkLabel *label);
|
||||
|
Loading…
Reference in New Issue
Block a user