diff options
Diffstat (limited to 'gtk/gtkfontsel.c')
-rw-r--r-- | gtk/gtkfontsel.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index d9d4766dba..949a371462 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -1593,11 +1593,13 @@ gtk_font_selection_dialog_get_ok_button (GtkFontSelectionDialog *fsd) * gtk_font_selection_dialog_get_apply_button: * @fsd: a #GtkFontSelectionDialog * - * Gets the 'Apply' button. + * Obtains a button. The button doesn't have any function. * - * Return value: the #GtkWidget used in the dialog for the 'Apply' button. + * Return value: a #GtkWidget * * Since: 2.14 + * + * Deprecated: 2.16: Don't use this function. */ GtkWidget * gtk_font_selection_dialog_get_apply_button (GtkFontSelectionDialog *fsd) |