projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ef117
)
Fix a typo in the docs
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 14 Mar 2015 01:40:27 +0000
(21:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 14 Mar 2015 03:24:53 +0000
(23:24 -0400)
gtk-doc complains about parameter name mismatches.
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index 5084c33058e1293ef0db50229552122695cead9b..bb900aa6e8f9bfb3d6dbe581c102d0de9588eccb 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-7138,7
+7138,7
@@
gtk_label_get_xalign (GtkLabel *label)
/**
* gtk_label_set_yalign:
* @label: a #GtkLabel
- * @
x
align: the new yalign value, between 0 and 1
+ * @
y
align: the new yalign value, between 0 and 1
*
* Sets the #GtkLabel:yalign property for @label.
*