[gnome-builder] libide: fix source view annotation
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: fix source view annotation
- Date: Fri, 30 Oct 2015 21:16:30 +0000 (UTC)
commit 0988d83868619e2908ba691e40fa28f83c5f91d5
Author: Christian Hergert <chergert redhat com>
Date: Mon Oct 19 22:19:01 2015 -0700
libide: fix source view annotation
libide/ide-source-view.c | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libide/ide-source-view.c b/libide/ide-source-view.c
index caa5b52..e43e025 100644
--- a/libide/ide-source-view.c
+++ b/libide/ide-source-view.c
@@ -7215,7 +7215,7 @@ ide_source_view_get_search_context (IdeSourceView *self)
* ide_source_view_get_search_direction:
* @self: An #IdeSourceView.
*
- * Returns the current search direction.
+ * Gets the current search direction.
*
* Returns: A #GtkDirectionType
*/
@@ -7232,9 +7232,12 @@ ide_source_view_get_search_direction (IdeSourceView *self)
/**
* ide_source_view_set_search_direction:
* @self: An #IdeSourceView.
- * @direction: (out): #GtkDirectionType.
+ * @direction: the direction
*
- * Set the search direction.
+ * Sets the search direction.
+ *
+ * This can be used to invert the normal search direction so that a forward
+ * movement is towards the beginning of the document.
*/
void
ide_source_view_set_search_direction (IdeSourceView *self,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]