[gtksourceview: 2/2] Remove inout from iter params



commit 0fbd58a11cf98ac1ba38e5c18d365b9038c8c48c
Author: Everaldo Canuto <everaldo canuto gmail com>
Date:   Tue Feb 23 15:27:44 2016 -0300

    Remove inout from iter params
    
    Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=762556

 gtksourceview/gtksourcebuffer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/gtksourcebuffer.c b/gtksourceview/gtksourcebuffer.c
index 4312df2..1bc8f91 100644
--- a/gtksourceview/gtksourcebuffer.c
+++ b/gtksourceview/gtksourcebuffer.c
@@ -2248,7 +2248,7 @@ gtk_source_buffer_get_context_classes_at_iter (GtkSourceBuffer   *buffer,
 /**
  * gtk_source_buffer_iter_forward_to_context_class_toggle:
  * @buffer: a #GtkSourceBuffer.
- * @iter: (inout): a #GtkTextIter.
+ * @iter: a #GtkTextIter.
  * @context_class: the context class.
  *
  * Moves forward to the next toggle (on or off) of the context class. If no
@@ -2287,7 +2287,7 @@ gtk_source_buffer_iter_forward_to_context_class_toggle (GtkSourceBuffer *buffer,
 /**
  * gtk_source_buffer_iter_backward_to_context_class_toggle:
  * @buffer: a #GtkSourceBuffer.
- * @iter: (inout): a #GtkTextIter.
+ * @iter: a #GtkTextIter.
  * @context_class: the context class.
  *
  * Moves backward to the next toggle (on or off) of the context class. If no


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