diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-29 04:34:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-29 04:34:04 +0000 |
commit | a10da970485dbda9c8643bd8e4059135ee31441a (patch) | |
tree | 34907c7d77f2a861a0c4d1f90376419be2cb2b0f /gtk/gtkimagemenuitem.c | |
parent | 8fc49d07e117bbc285d697716a81e4287f462d95 (diff) | |
download | gtk+-a10da970485dbda9c8643bd8e4059135ee31441a.tar.gz |
Doc fixes
svn path=/trunk/; revision=21974
Diffstat (limited to 'gtk/gtkimagemenuitem.c')
-rw-r--r-- | gtk/gtkimagemenuitem.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkimagemenuitem.c b/gtk/gtkimagemenuitem.c index f328224357..c4a1c8facb 100644 --- a/gtk/gtkimagemenuitem.c +++ b/gtk/gtkimagemenuitem.c @@ -612,13 +612,12 @@ gtk_image_menu_item_set_use_stock (GtkImageMenuItem *image_menu_item, /** * gtk_image_menu_item_get_use_stock: * @image_menu_item: a #GtkImageMenuItem - * @use_stock: %TRUE if the menuitem should use a stock item * * Checks whether the label set in the menuitem is used as a * stock id to select the stock item for the item. * * Returns: %TRUE if the label set in the menuitem is used as a - * stock id to select the stock item for the item + * stock id to select the stock item for the item * * Since: 2.16 */ @@ -648,8 +647,6 @@ gtk_image_menu_item_get_use_stock (GtkImageMenuItem *image_menu_item) * If you want this menu item to have changeable accelerators then * you shouldnt need this (see gtk_image_menu_item_new_from_stock()). * - * Returns: whether an accelerator from the stock was successfully added. - * * Since: 2.16 */ void |