[gtksourceview/wip/search] Add a note in the doc about test-search-ui.c



commit 8a8870655ca7ed94feedce299d952c866c1d4b1b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jul 8 14:21:12 2013 +0200

    Add a note in the doc about test-search-ui.c

 gtksourceview/gtksourcebuffer.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/gtksourcebuffer.c b/gtksourceview/gtksourcebuffer.c
index 03d70ed..d622a3c 100644
--- a/gtksourceview/gtksourcebuffer.c
+++ b/gtksourceview/gtksourcebuffer.c
@@ -114,6 +114,11 @@
  *     To know the position of a certain match, use
  *     gtk_source_buffer_get_search_occurrence_position().
  *   </para>
+ *   <para>
+ *     In the GtkSourceView source code, there is an example of how to use the
+ *     search and replace API: see the tests/test-search-ui.c file. It is a mini
+ *     application for the search and replace, with a basic user interface.
+ *   </para>
  * </refsect2>
  */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]