diff options
Diffstat (limited to 'gtk/gtkimagemenuitem.c')
-rw-r--r-- | gtk/gtkimagemenuitem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkimagemenuitem.c b/gtk/gtkimagemenuitem.c index 9116a4840e..4441145051 100644 --- a/gtk/gtkimagemenuitem.c +++ b/gtk/gtkimagemenuitem.c @@ -916,8 +916,8 @@ gtk_image_menu_item_set_accel_group (GtkImageMenuItem *image_menu_item, /** * gtk_image_menu_item_set_image: * @image_menu_item: a #GtkImageMenuItem. - * @image: a widget to set as the image for the menu item. - * + * @image: (allow-none): a widget to set as the image for the menu item. + * * Sets the image of @image_menu_item to the given widget. * Note that it depends on the show-menu-images setting whether * the image will be displayed or not. |