[gtk+] Cosmetic doc fixes



commit cf1486861929e9ed46e5161ecab6f2eeeaecf457
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Sep 10 21:48:20 2011 -0400

    Cosmetic doc fixes

 gtk/gtkfontchooserdialog.c |    4 ++--
 gtk/gtkfontchooserwidget.c |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkfontchooserdialog.c b/gtk/gtkfontchooserdialog.c
index 69e32c0..e0277a3 100644
--- a/gtk/gtkfontchooserdialog.c
+++ b/gtk/gtkfontchooserdialog.c
@@ -52,8 +52,8 @@ struct _GtkFontChooserDialogPrivate
  * @See_also: #GtkFontChooser, #GtkDialog
  *
  * The #GtkFontChooserDialog widget is a dialog box for selecting a font.
+ * It implements the #GtkFontChooser interface.
  *
-*
  * <refsect2 id="GtkFontChooserDialog-BUILDER-UI">
  * <title>GtkFontChooserDialog as GtkBuildable</title>
  * The GtkFontChooserDialog implementation of the GtkBuildable interface
@@ -192,7 +192,7 @@ gtk_font_chooser_dialog_init (GtkFontChooserDialog *fontchooserdiag)
 
 /** gtk_font_chooser_dialog_new:
  * @title: (allow-none): Title of the dialog, or %NULL
- * @parent: (allow-none): Trasient parent of the dialog, or %NULL
+ * @parent: (allow-none): Transient parent of the dialog, or %NULL
  *
  * Creates a new #GtkFontChooserDialog.
  *
diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c
index 4ceb9fa..cc6306e 100644
--- a/gtk/gtkfontchooserwidget.c
+++ b/gtk/gtkfontchooserwidget.c
@@ -56,10 +56,10 @@
  * @Title: GtkFontChooserWidget
  * @See_also: #GtkFontChooserWidgetDialog
  *
- * The #GtkFontChooserWidget widget lists the available fonts, styles and sizes,
- * allowing the user to select a font.
- * It is used in the #GtkFontChooserWidgetDialog widget to provide a dialog box for
- * selecting fonts.
+ * The #GtkFontChooserWidget widget lists the available fonts,
+ * styles and sizes, allowing the user to select a font. It is
+ * used in the #GtkFontChooserWidgetDialog widget to provide a
+ * dialog box for selecting fonts.
  *
  * To set the font which is initially selected, use
  * gtk_font_chooser_set_font().



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