Small documentation tweaks in font choosers

This commit is contained in:
Matthias Clasen 2012-02-03 19:39:10 -05:00
parent c5cfb6e02b
commit 03a2b338ee
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -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.
*
* <refsect2 id="GtkFontChooserDialog-BUILDER-UI">

View File

@ -51,7 +51,7 @@
#include "gtkgrid.h"
/**
* SECTION:gtkfontchooser
* SECTION:gtkfontchooserwidget
* @Short_description: A widget for selecting fonts
* @Title: GtkFontChooserWidget
* @See_also: #GtkFontChooserDialog