Cosmetic doc fixes

This commit is contained in:
Matthias Clasen
2011-09-10 21:48:20 -04:00
committed by Christian Persch
parent bdcb8558e3
commit cf14868619
2 changed files with 6 additions and 6 deletions

View File

@@ -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.
*

View File

@@ -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().