From 03a2b338ee779670d6d12905fdff88941f0ef349 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Feb 2012 19:39:10 -0500 Subject: [PATCH] Small documentation tweaks in font choosers --- gtk/deprecated/gtkfontsel.c | 2 +- gtk/gtkfontchooserdialog.c | 6 +++--- gtk/gtkfontchooserwidget.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gtk/deprecated/gtkfontsel.c b/gtk/deprecated/gtkfontsel.c index e2f715610a..9b64107cd1 100644 --- a/gtk/deprecated/gtkfontsel.c +++ b/gtk/deprecated/gtkfontsel.c @@ -1635,7 +1635,7 @@ gtk_font_selection_set_preview_text (GtkFontSelection *fontsel, /** * SECTION:gtkfontseldlg - * @Short_description: A dialog box for selecting fonts + * @Short_description: Deprecated dialog box for selecting fonts * @Title: GtkFontSelectionDialog * @See_also: #GtkFontSelection, #GtkDialog, #GtkFontChooserDialog * diff --git a/gtk/gtkfontchooserdialog.c b/gtk/gtkfontchooserdialog.c index cf1cecac05..2f68c05b83 100644 --- a/gtk/gtkfontchooserdialog.c +++ b/gtk/gtkfontchooserdialog.c @@ -46,12 +46,12 @@ struct _GtkFontChooserDialogPrivate }; /** - * SECTION:gtkfontchooserdlg - * @Short_description: A dialog box for selecting fonts + * SECTION:gtkfontchooserdialog + * @Short_description: A dialog for selecting fonts * @Title: GtkFontChooserDialog * @See_also: #GtkFontChooser, #GtkDialog * - * The #GtkFontChooserDialog widget is a dialog box for selecting a font. + * The #GtkFontChooserDialog widget is a dialog for selecting a font. * It implements the #GtkFontChooser interface. * * diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index e8c160a12b..4188fc9613 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -51,7 +51,7 @@ #include "gtkgrid.h" /** - * SECTION:gtkfontchooser + * SECTION:gtkfontchooserwidget * @Short_description: A widget for selecting fonts * @Title: GtkFontChooserWidget * @See_also: #GtkFontChooserDialog