summaryrefslogtreecommitdiff
path: root/gtk/gtkimagemenuitem.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-11-27 00:46:18 -0500
committerMatthias Clasen <mclasen@redhat.com>2009-11-27 00:46:18 -0500
commit14fb7dfb7ed8f494adc6c7a690e1e476c909c20b (patch)
treeba5ebd46de011df2ba7f9690dd4522cd3ac229d8 /gtk/gtkimagemenuitem.c
parent111dd859bad31a1f3c965e6d7a68979716a32fe8 (diff)
downloadgtk+-14fb7dfb7ed8f494adc6c7a690e1e476c909c20b.tar.gz
Fix a doc comment
Diffstat (limited to 'gtk/gtkimagemenuitem.c')
-rw-r--r--gtk/gtkimagemenuitem.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkimagemenuitem.c b/gtk/gtkimagemenuitem.c
index 7f0785d64e..5a7fbc255d 100644
--- a/gtk/gtkimagemenuitem.c
+++ b/gtk/gtkimagemenuitem.c
@@ -845,9 +845,8 @@ gtk_image_menu_item_set_always_show_image (GtkImageMenuItem *image_menu_item,
/**
* gtk_image_menu_item_get_always_show_image:
* @image_menu_item: a #GtkImageMenuItem
- * @always_show: %TRUE if the menuitem should always show the image
*
- * Returns whether the menu item will ignore the #GtkSettings:gtk-menu-images
+ * Returns whether the menu item will ignore the #GtkSettings:gtk-menu-images
* setting and always show the image, if available.
*
* Returns: %TRUE if the menu item will always show the image