[gnome-builder/wip/chergert/multi-process] libide: fix source view annotation
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/multi-process] libide: fix source view annotation
- Date: Tue, 20 Oct 2015 07:16:22 +0000 (UTC)
commit ad0fc0fd69084403b5bda54e990a11cf50ee61c2
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 | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libide/ide-source-view.c b/libide/ide-source-view.c
index eff8404..484ad40 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,10 +7232,12 @@ ide_source_view_get_search_direction (IdeSourceView *self)
/**
* ide_source_view_set_search_direction:
* @self: An #IdeSourceView.
+ * @direction: the direction
*
- * Returns the current search direction.
+ * Sets the search direction.
*
- * Returns: A #GtkDirectionType
+ * 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]