summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitem.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/gtktoolitem.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/gtktoolitem.c')
-rw-r--r--gtk/gtktoolitem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c
index 213fc82093..dd1b60e567 100644
--- a/gtk/gtktoolitem.c
+++ b/gtk/gtktoolitem.c
@@ -788,7 +788,7 @@ gtk_tool_item_get_orientation (GtkToolItem *tool_item)
* show text</listitem>
* <listitem> GTK_TOOLBAR_BOTH_HORIZ, meaning the tool item should show
* both an icon and a label, arranged horizontally (however, note the
- * #GtkToolButton::has_text_horizontally that makes tool buttons not
+ * #GtkToolButton:has_text_horizontally property that makes tool buttons not
* show labels when the toolbar style is GTK_TOOLBAR_BOTH_HORIZ.
* </listitem>
* </itemizedlist>