diff options
author | Christian Dywan <cdywan@src.gnome.org> | 2008-10-31 22:16:41 +0000 |
---|---|---|
committer | Christian Dywan <cdywan@src.gnome.org> | 2008-10-31 22:16:41 +0000 |
commit | 310b4ccd3a226c4663da8bea00d7df7031ef3155 (patch) | |
tree | d4b5f5acca8a3ab5ccc3d33738a855af9601040a /gtk/gtkfontsel.c | |
parent | 5560677aa7809ab424654a40e32a9fa012a07e36 (diff) | |
download | gtk+-310b4ccd3a226c4663da8bea00d7df7031ef3155.tar.gz |
Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
* gtk/gtk.symbols:
* gtk/gtkfontsel.c:
* gtk/gtkfontsel.h:
Deprecate gtk_font_selection_dialog_get_apply_button
svn path=/trunk/; revision=21742
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) |