GMenuModel: Fix typo in annotation
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 1 Aug 2013 18:41:50 +0000 (20:41 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 1 Aug 2013 18:41:50 +0000 (20:41 +0200)
gio/gmenumodel.h

index d80f2f2..7a2e27e 100644 (file)
@@ -153,7 +153,7 @@ struct _GMenuModel
  * GMenuModelClass::get_item_links:
  * @model: the #GMenuModel to query
  * @item_index: The #GMenuItem to query
- * @attributes: (out) (element-type utf8 GLib.MenuModel): Links from the item
+ * @links: (out) (element-type utf8 GLib.MenuModel): Links from the item
  *
  * Gets all the links associated with the item in the menu model.
  */