]> Pileus Git - ~andy/gtk/commitdiff
GtkFontChooserDialog: Fix get_font_chooser public function name
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Jul 2011 15:34:02 +0000 (16:34 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Aug 2011 22:57:56 +0000 (18:57 -0400)
gtk/gtkfontchooserdialog.h

index b4f8041e46eb3d1c8fb7971acc85ca3bcfaabadd..5a7b3d003255c47b612545011407c3b455d462b9 100644 (file)
@@ -61,7 +61,7 @@ struct _GtkFontChooserDialogClass
 GType       gtk_font_chooser_dialog_get_type           (void) G_GNUC_CONST;
 GtkWidget* gtk_font_chooser_dialog_new               (const gchar            *title);
 
-GtkWidget* gtk_font_chooser_dialog_get_font_selection (GtkFontChooserDialog *fcd);
+GtkWidget* gtk_font_chooser_dialog_get_font_chooser   (GtkFontChooserDialog *fcd);
 
 gchar*     gtk_font_chooser_dialog_get_font_name      (GtkFontChooserDialog *fcd);