diff options
-rw-r--r-- | gtk/gtkfontbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c index 33dd4df027..b2dc3a3df1 100644 --- a/gtk/gtkfontbutton.c +++ b/gtk/gtkfontbutton.c @@ -548,7 +548,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass) * @widget: the object which received the signal. * * The ::font-set signal is emitted when the user selects a font. - * When handling this signal, use gtk_font_button_get_font_name() + * When handling this signal, use gtk_font_chooser_get_font() * to find out which font was just selected. * * Note that this signal is only emitted when the user |