X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfontchooserdialog.c;h=67244407c4ed6149c7ecda65bf1c4ca617ab4755;hb=1865b9a1116d166c9abc5c75f5d01270574007c5;hp=69e32c01d91f98bb36ed7e2ca23e7523a4da330f;hpb=5452525143ce10628080ceabf19cb1f68d5708a9;p=~andy%2Fgtk diff --git a/gtk/gtkfontchooserdialog.c b/gtk/gtkfontchooserdialog.c index 69e32c01d..67244407c 100644 --- a/gtk/gtkfontchooserdialog.c +++ b/gtk/gtkfontchooserdialog.c @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #include "config.h" @@ -46,14 +44,14 @@ 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. * -* * * GtkFontChooserDialog as GtkBuildable * The GtkFontChooserDialog implementation of the GtkBuildable interface @@ -190,9 +188,10 @@ gtk_font_chooser_dialog_init (GtkFontChooserDialog *fontchooserdiag) GTK_FONT_CHOOSER (priv->fontchooser)); } -/** gtk_font_chooser_dialog_new: +/** + * 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. *