summaryrefslogtreecommitdiff
path: root/gtk/gtkbbox.c
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-02-15 11:43:33 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-02-15 11:43:33 +0100
commita0b4ab109dccb0d523082de928948e71b0681ef1 (patch)
treec74e601c4a75d26dfcf1f3ba4b0f0085023c6b52 /gtk/gtkbbox.c
parent87d979f4983d888626fa4e9f8e1ee7fa1001921b (diff)
downloadgtk+-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.c4
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.
*/