diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-09-10 21:48:20 -0400 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2011-09-13 12:55:22 +0200 |
commit | cf1486861929e9ed46e5161ecab6f2eeeaecf457 (patch) | |
tree | 5eea896511ada99bdbebe1e4377fcf31e688dad0 /gtk/gtkfontchooserdialog.c | |
parent | bdcb8558e3d6b4aa4e0c4d7516be6f83f01ca6d3 (diff) | |
download | gtk+-cf1486861929e9ed46e5161ecab6f2eeeaecf457.tar.gz |
Cosmetic doc fixes
Diffstat (limited to 'gtk/gtkfontchooserdialog.c')
-rw-r--r-- | gtk/gtkfontchooserdialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfontchooserdialog.c b/gtk/gtkfontchooserdialog.c index 69e32c01d9..e0277a3ba2 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. * |