diff options
author | Timm Bäder <mail@baedert.org> | 2016-02-08 22:49:01 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2016-02-08 22:56:52 +0100 |
commit | c5369356e86171c5d955cf9252e5c6bcde88d554 (patch) | |
tree | 51b9ff5b30293be1c93a33828d40715c4dc1628e /gtk/gtklabel.c | |
parent | 76fedc188289c595ec3cf965b77803e362020973 (diff) | |
download | gtk+-c5369356e86171c5d955cf9252e5c6bcde88d554.tar.gz |
Various documentation fixes
Always have Since: annotations at the very bottom, use the correct
ClassName::signal-name/ClassName:property-name syntax, fix a few typos
in type names, wrong function names, non-existing type names, etc.
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index e1f55f6ec7..c0b37772ab 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -208,7 +208,7 @@ * * gtk_label_set_justify() sets how the lines in a label align * with one another. If you want to set how the label as a whole - * aligns in its available space, see the #GtkWidget::halign and + * aligns in its available space, see the #GtkWidget:halign and * #GtkWidget:valign properties. * * The #GtkLabel:width-chars and #GtkLabel:max-width-chars properties |