GtkFontChooserDialog: Fix get_font_chooser public function name

This commit is contained in:
Alberto Ruiz 2011-07-25 16:34:02 +01:00 committed by Matthias Clasen
parent 23b15254bb
commit 523190f69a

View 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);