[gtk+] Fix typos in 2 gobject-introspection annotations.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix typos in 2 gobject-introspection annotations.
- Date: Tue, 11 May 2010 07:01:41 +0000 (UTC)
commit 4fe044b77ddbfbbd797cc10b332631f33c807bdb
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Apr 7 15:24:28 2010 +0200
Fix typos in 2 gobject-introspection annotations.
gtk/gtkactiongroup.c | 2 +-
gtk/gtkeditable.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkactiongroup.c b/gtk/gtkactiongroup.c
index a800380..cab79ee 100644
--- a/gtk/gtkactiongroup.c
+++ b/gtk/gtkactiongroup.c
@@ -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
*/
diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c
index 4fc7b74..d7eaa94 100644
--- a/gtk/gtkeditable.c
+++ b/gtk/gtkeditable.c
@@ -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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]