From dcbc5d021f975182d75550f407a95a6db93ea1fa Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 11:10:02 +0000 Subject: [PATCH] Fix documentaion of gtk_menu_item_get_accel_path svn path=/trunk/; revision=20623 --- gtk/gtkmenuitem.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gtk/gtkmenuitem.c b/gtk/gtkmenuitem.c index 5cc129ba4f..593c931dbc 100644 --- a/gtk/gtkmenuitem.c +++ b/gtk/gtkmenuitem.c @@ -1682,13 +1682,9 @@ gtk_menu_item_set_accel_path (GtkMenuItem *menu_item, * gtk_menu_item_get_accel_path * @menu_item: a valid #GtkMenuItem * - * Set the accelerator path on @menu_item, through which runtime changes of the - * menu item's accelerator caused by the user can be identified and saved to - * persistant storage (see gtk_accel_map_save() on this). - * To setup a default accelerator for this menu item, call - * gtk_accel_map_add_entry() with the same @accel_path. - * See also gtk_accel_map_add_entry() on the specifics of accelerator paths, - * and gtk_menu_set_accel_path() for a more convenient variant of this function. + * Retrieve the accelerator path that was previously set on @menu_item. + * + * See gtk_menu_item_set_accel_path() for details. * * Returns: the accelerator path corresponding to this menu item's * functionality, or %NULL if not set