Enhanced deprecation annotation

svn path=/branches/gtk-2-14/; revision=21865
This commit is contained in:
Matthias Clasen
2008-12-10 16:32:24 +00:00
parent 33a3ebcfcf
commit 83f1beccb0
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
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.
2008-12-07 Behdad Esfahbod <behdad@gnome.org>
Bug 563547 Update gdkx11 atom precache table

View File

@@ -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,