[glib/wip/menus-rebase2: 46/64] Fix a dangling link in the docs



commit e507baf11fa5887481e51a9411dd5503a43e3014
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 28 22:52:30 2011 -0400

    Fix a dangling link in the docs

 gio/gmenu.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gio/gmenu.c b/gio/gmenu.c
index 6ecee89..501f03b 100644
--- a/gio/gmenu.c
+++ b/gio/gmenu.c
@@ -799,16 +799,16 @@ g_menu_item_set_action_and_target_value (GMenuItem   *menu_item,
  * @format_string is then inspected.  If it is non-%NULL then the proper
  * position parameters are collected to create a #GVariant instance to
  * use as the target value.  If it is %NULL then the positional
- * parameterrs are ignored and the "target" attribute is unset.
+ * parameters are ignored and the "target" attribute is unset.
  *
  * See also g_menu_item_set_action_and_target_value() for an equivalent
  * call that directly accepts a #GVariant.  See
  * g_menu_item_set_detailed_action() for a more equivalent version that
  * works with string-typed targets.
  *
- * See also g_menu_set_action_and_target_value() for a description of
- * the semantics of the action and target attributes.
- **/
+ * See also g_menu_item_set_action_and_target_value() for a
+ * description of the semantics of the action and target attributes.
+ */
 void
 g_menu_item_set_action_and_target (GMenuItem   *menu_item,
                                    const gchar *action,



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