]> Pileus Git - ~andy/gtk/commitdiff
Fix typos in 2 gobject-introspection annotations.
authorMurray Cumming <murrayc@murrayc.com>
Wed, 7 Apr 2010 13:24:28 +0000 (15:24 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 11 May 2010 07:01:19 +0000 (09:01 +0200)
gtk/gtkactiongroup.c
gtk/gtkeditable.c

index a8003803c19a316be55d09da4f8c4ff99786be0c..cab79ee2d155480772a0a96ce4b91665b8533861 100644 (file)
@@ -731,7 +731,7 @@ gtk_action_group_set_visible (GtkActionGroup *action_group,
  *
  * Looks up an action in the action group by name.
  *
- * Returns: (transfer-none): the action, or %NULL if no action by that name exists
+ * Returns: (transfer none): the action, or %NULL if no action by that name exists
  *
  * Since: 2.4
  */
index 4fc7b744a09cd9108781647f0048e382bc2e6482..d7eaa945e20690644ce0651eabc9bb2d9376035b 100644 (file)
@@ -149,7 +149,7 @@ gtk_editable_base_init (gpointer g_class)
  * @editable: a #GtkEditable
  * @new_text: the text to append
  * @new_text_length: the length of the text in bytes, or -1
- * @position: (in-out): location of the position text will be inserted at
+ * @position: (inout): location of the position text will be inserted at
  *
  * Inserts @new_text_length bytes of @new_text into the contents of the
  * widget, at position @position.