gtk+ r20623 - trunk/gtk



Author: timj
Date: Fri Jun 20 11:10:02 2008
New Revision: 20623
URL: http://svn.gnome.org/viewvc/gtk+?rev=20623&view=rev

Log:
Fix documentaion of gtk_menu_item_get_accel_path


Modified:
   trunk/gtk/gtkmenuitem.c

Modified: trunk/gtk/gtkmenuitem.c
==============================================================================
--- trunk/gtk/gtkmenuitem.c	(original)
+++ trunk/gtk/gtkmenuitem.c	Fri Jun 20 11:10:02 2008
@@ -1682,13 +1682,9 @@
  * 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]