[gtksourceview/gnome-3-24] docs: fix param name in gtk_source_search_settings_set_search_text()



commit cd69dcd096d7ad2c7d8ad50064928070c15db8be
Author: Umang Jain <mailumangjain gmail com>
Date:   Fri Jul 28 21:43:51 2017 +0530

    docs: fix param name in gtk_source_search_settings_set_search_text()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785536

 gtksourceview/gtksourcesearchsettings.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtksourceview/gtksourcesearchsettings.c b/gtksourceview/gtksourcesearchsettings.c
index 1f058bd..1621ba6 100644
--- a/gtksourceview/gtksourcesearchsettings.c
+++ b/gtksourceview/gtksourcesearchsettings.c
@@ -274,9 +274,9 @@ gtk_source_search_settings_new (void)
  * @settings: a #GtkSourceSearchSettings.
  * @search_text: (nullable): the nul-terminated text to search, or %NULL to disable the search.
  *
- * Sets the text to search. If @text is %NULL or is empty, the search will be
- * disabled. A copy of @text will be made, so you can safely free @text after
- * a call to this function.
+ * Sets the text to search. If @search_text is %NULL or is empty, the search
+ * will be disabled. A copy of @search_text will be made, so you can safely free
+ * @search_text after a call to this function.
  *
  * You may be interested to call gtk_source_utils_unescape_search_text() before
  * this function.


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