[gnome-builder/wip/chergert/multi-process: 36/58] libide: fix source view annotation



commit dca888cdae44162281aeca46e43c7cc601f3d2a7
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]