diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-12-10 18:02:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-10 18:02:30 +0000 |
commit | 8a11a01ae9c5ccb57030cc50c2bbd1d47eff86fb (patch) | |
tree | 99627fec2eda59f9152cc41daac1d264615c0658 /gtk/gtkfilechooserbutton.c | |
parent | 2856cd214aad7e5f826d88325f84a820c21b9212 (diff) | |
download | gtk+-8a11a01ae9c5ccb57030cc50c2bbd1d47eff86fb.tar.gz |
Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated --
2008-12-10 Matthias Clasen <mclasen@redhat.com>
Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated
-- but what should be used instead?
* gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation.
svn path=/trunk/; revision=21868
Diffstat (limited to 'gtk/gtkfilechooserbutton.c')
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 6fdd9ae24e..36974c3e9e 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -2737,7 +2737,7 @@ gtk_file_chooser_button_new (const gchar *title, * Returns: a new button widget. * * Since: 2.6 - * Deprecated: 2.14 + * Deprecated: 2.14: Use gtk_file_chooser_button_new() instead. **/ GtkWidget * gtk_file_chooser_button_new_with_backend (const gchar *title, |