[gtksourceview] Improve docs



commit 36fe3c40a73534b0c5ca117798a1d59b9439a1c3
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Dec 30 13:45:24 2014 +0100

    Improve docs

 gtksourceview/gtksourcestyleschemechooserbutton.c |    7 ++++++-
 gtksourceview/gtksourcestyleschemechooserwidget.c |    6 +-----
 2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/gtksourceview/gtksourcestyleschemechooserbutton.c 
b/gtksourceview/gtksourcestyleschemechooserbutton.c
index 378b185..8b37745 100644
--- a/gtksourceview/gtksourcestyleschemechooserbutton.c
+++ b/gtksourceview/gtksourcestyleschemechooserbutton.c
@@ -33,9 +33,14 @@
  * @See_also: #GtkSourceStyleSchemeChooserWidget
  *
  * The #GtkSourceStyleSchemeChooserButton is a button which displays
- * the currently selected style scheme an allows to open a style scheme
+ * the currently selected style scheme and allows to open a style scheme
  * selection dialog to change the style scheme.
  * It is suitable widget for selecting a style scheme in a preference dialog.
+ *
+ * In #GtkSourceStyleSchemeChooserButton, a #GtkSourceStyleSchemeChooserWidget
+ * is used to provide a dialog for selecting style schemes.
+ *
+ * Since: 3.16
  */
 
 typedef struct
diff --git a/gtksourceview/gtksourcestyleschemechooserwidget.c 
b/gtksourceview/gtksourcestyleschemechooserwidget.c
index 418605a..4cfe2de 100644
--- a/gtksourceview/gtksourcestyleschemechooserwidget.c
+++ b/gtksourceview/gtksourcestyleschemechooserwidget.c
@@ -37,7 +37,7 @@
  * @See_also: #GtkSourceStyleSchemeChooserButton
  *
  * The #GtkSourceStyleSchemeChooserWidget widget lets the user select a
- * style scheme. By default, the chooser presents a prefined list
+ * style scheme. By default, the chooser presents a predefined list
  * of style schemes.
  *
  * To change the initially selected style scheme,
@@ -45,10 +45,6 @@
  * To get the selected style scheme
  * use gtk_source_style_scheme_chooser_get_style_scheme().
  *
- * The #GtkSourceStyleSchemeChooserWidget is used in the
- * #GtkSourceStyleSchemeChooserButton
- * to provide a dialog for selecting style schemes.
- *
  * Since: 3.16
  */
 


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