diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 14:45:30 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:37 -0500 |
commit | 701651a0a5e13df65add47e071e874d1fced7742 (patch) | |
tree | 9940c2cc6e04c359dbd86edff4be54ca3189f35e /gtk/gtkbbox.c | |
parent | 9717e75ffefdcba8791538ea75aa2f4d78b8b97c (diff) | |
download | gtk+-701651a0a5e13df65add47e071e874d1fced7742.tar.gz |
docs: don't use properties syntax for child properties
Diffstat (limited to 'gtk/gtkbbox.c')
-rw-r--r-- | gtk/gtkbbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c index 7280f456a3..1d60ab5423 100644 --- a/gtk/gtkbbox.c +++ b/gtk/gtkbbox.c @@ -41,7 +41,7 @@ * 'outliers' to keep their own larger size. * * 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 non-homogeneous child * property. */ |