diff options
author | Murray Cumming <murrayc@murrayc.com> | 2012-02-15 11:43:33 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2012-02-15 11:43:33 +0100 |
commit | a0b4ab109dccb0d523082de928948e71b0681ef1 (patch) | |
tree | c74e601c4a75d26dfcf1f3ba4b0f0085023c6b52 /gtk/gtkbbox.c | |
parent | 87d979f4983d888626fa4e9f8e1ee7fa1001921b (diff) | |
download | gtk+-a0b4ab109dccb0d523082de928948e71b0681ef1.tar.gz |
Documentation: Correct references to properties.
These should use :, not ::, though signals would use ::.
See
http://developer.gnome.org/gtk-doc-manual/unstable/documenting_syntax.html.en
and
http://developer.gnome.org/gtk-doc-manual/unstable/documenting_symbols.html.en
Diffstat (limited to 'gtk/gtkbbox.c')
-rw-r--r-- | gtk/gtkbbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c index bdecd58b65..69bab4131b 100644 --- a/gtk/gtkbbox.c +++ b/gtk/gtkbbox.c @@ -42,10 +42,10 @@ * same size. GtkButtonBox gives all children the same size, but it does allow * 'outliers' to keep their own larger size. To force all children to be * strictly the same size without exceptions, you can set the - * #GtkButtonBox::homogeneous property to %TRUE. + * #GtkButtonBox:homogeneous property to %TRUE. * * To excempt individual children from homogeneous sizing regardless of their - * 'outlier' status, you can set the #GtkButtonBox::non-homogeneous child + * 'outlier' status, you can set the #GtkButtonBox:non-homogeneous child * property. */ |