forked from AuroraMiddleware/gtk
GtkFontChooserDialog: Fix get_font_chooser public function name
This commit is contained in:
parent
23b15254bb
commit
523190f69a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user