Fix typos in 2 gobject-introspection annotations.

This commit is contained in:
Murray Cumming 2010-04-07 15:24:28 +02:00
parent ee357cf885
commit 4fe044b77d
2 changed files with 2 additions and 2 deletions

View 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
*/

View 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.