[gtksourceview] completionprovider: the iter is an out parameter.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] completionprovider: the iter is an out parameter.
- Date: Mon, 10 Oct 2011 17:27:38 +0000 (UTC)
commit 34c625e339f5b9945c7e0ae274e92a6531e2a804
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Oct 10 19:27:15 2011 +0200
completionprovider: the iter is an out parameter.
gtksourceview/gtksourcecompletionprovider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletionprovider.c b/gtksourceview/gtksourcecompletionprovider.c
index 114290e..82c8ca5 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: a #GtkTextIter.
+ * @iter: (out): 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]