[gtksourceview] completionprovider: remove the out annotation in get_start_iter.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] completionprovider: remove the out annotation in get_start_iter.
- Date: Wed, 19 Oct 2011 18:05:51 +0000 (UTC)
commit 67b86517046dff8deb58ce4d9f6ae2e4562d7727
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Oct 19 20:05:06 2011 +0200
completionprovider: remove the out annotation in get_start_iter.
We have the gtk_text_iter_assign method that will make the work
to set the iter.
gtksourceview/gtksourcecompletionprovider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletionprovider.c b/gtksourceview/gtksourcecompletionprovider.c
index 82c8ca5..114290e 100644
--- a/gtksourceview/gtksourcecompletionprovider.c
+++ b/gtksourceview/gtksourcecompletionprovider.c
@@ -284,7 +284,7 @@ gtk_source_completion_provider_update_info (GtkSourceCompletionProvider *provide
* @provider: a #GtkSourceCompletionProvider.
* @proposal: a #GtkSourceCompletionProposal.
* @context: a #GtkSourceCompletionContext.
- * @iter: (out): a #GtkTextIter.
+ * @iter: a #GtkTextIter.
*
* Get the #GtkTextIter at which the completion for @proposal starts. When
* implemented, the completion can use this information to position the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]