diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-11-27 00:46:18 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-11-27 00:46:18 -0500 |
commit | 14fb7dfb7ed8f494adc6c7a690e1e476c909c20b (patch) | |
tree | ba5ebd46de011df2ba7f9690dd4522cd3ac229d8 /gtk | |
parent | 111dd859bad31a1f3c965e6d7a68979716a32fe8 (diff) | |
download | gtk+-14fb7dfb7ed8f494adc6c7a690e1e476c909c20b.tar.gz |
Fix a doc comment
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkimagemenuitem.c | 3 |
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 |